Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 7, 2025
1 parent a56e854 commit bf8c756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion supabase/functions/_backend/plugins/channel_self.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit bf8c756

Please sign in to comment.