Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Jul 30, 2024
1 parent 02fde1a commit 1b5b266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/scripts/run-script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import { getServiceAccountCredentials, loadSecretsToEnv } from 'common/secrets'
import {
createSupabaseClient,
createSupabaseDirectClient,
SupabaseDirectClient,
SupbaseDirectClientTimeout,
} from 'shared/supabase/init'

initAdmin()

export const runScript = async (
main: (services: {
db: SupabaseClient
pg: SupabaseDirectClient
pg: SupbaseDirectClientTimeout
firestore: admin.firestore.Firestore
}) => Promise<any> | any
) => {
Expand Down

0 comments on commit 1b5b266

Please sign in to comment.