Move Stripe import because I forgot to do it before

This commit is contained in:
Marshall Polaris 2022-07-09 14:32:53 -07:00
parent c9ff3222be
commit e0cf1ef48c

View File

@ -3,7 +3,6 @@ import * as admin from 'firebase-admin'
admin.initializeApp()
// v1
export * from './stripe'
export * from './create-user'
export * from './on-create-bet'
export * from './on-create-comment-on-contract'
@ -41,3 +40,4 @@ export * from './create-group'
export * from './resolve-market'
export * from './get-daily-bonuses'
export * from './unsubscribe'
export * from './stripe'