Skip to content

Commit

Permalink
123123
Browse files Browse the repository at this point in the history
  • Loading branch information
sbacorp committed Feb 18, 2023
1 parent 4e9771b commit 528a0b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion app/run.ts

This file was deleted.

2 changes: 1 addition & 1 deletion app/server/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { serve } from "https://deno.land/std@0.154.0/http/server.ts";
import { bot } from "../bot/index.ts";
import { webhookCallback } from "https://deno.land/x/grammy@v1.12.0/mod.ts";
import { sequelize } from "../server/db.ts";


const handleUpdate = webhookCallback(bot, "std/http");
serve(async (req) => {
Expand Down
7 changes: 0 additions & 7 deletions app/supabase.ts

This file was deleted.

0 comments on commit 528a0b3

Please sign in to comment.