From ac776cc8bf8781f536749a1b5191643559c80e02 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 5 Jan 2025 17:52:44 -0600 Subject: [PATCH] fix: adjust log wording --- src/api/providers/glama.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/providers/glama.ts b/src/api/providers/glama.ts index 2ded280..c17db05 100644 --- a/src/api/providers/glama.ts +++ b/src/api/providers/glama.ts @@ -115,8 +115,7 @@ export class GlamaHandler implements ApiHandler { } } } catch (error) { - // ignore if fails - console.error("Error fetching Glama generation details:", error) + console.error("Error fetching Glama completion details", error) } }