fixed env variable not working.
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m58s

This commit is contained in:
2025-12-06 23:45:46 -05:00
parent 30546606d7
commit 465fbf96c9
8 changed files with 17 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
import { Composer } from "grammy";
import type { Context } from "#root/bot/context.js";
import { logHandle } from "#root/bot/helpers/logging.js";
import urql from "#root/lib/urql.js";
import { urql } from "#root/main.js";
import increment from "#root/lib/graphql/mutations/incrimentMutation.js";
const composer = new Composer<Context>();