diff --git a/bun.lockb b/bun.lockb index 507decce6..1c5d001db 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/supabase/functions/_backend/plugins/channel_self.ts b/supabase/functions/_backend/plugins/channel_self.ts index 3b75c1484..5ded52c8e 100644 --- a/supabase/functions/_backend/plugins/channel_self.ts +++ b/supabase/functions/_backend/plugins/channel_self.ts @@ -1,8 +1,9 @@ // channel self old function -import { Context, Hono } from '@hono/hono' +import type { Context } from '@hono/hono' import type { DeviceWithoutCreatedAt } from '../utils/stats.ts' import type { Database } from '../utils/supabase.types.ts' import type { AppInfos } from '../utils/types.ts' +import { Hono } from '@hono/hono' import { format, tryParse } from '@std/semver' import { z } from 'zod' import { BRES, getBody } from '../utils/hono.ts'