diff --git a/functions/src/index.ts b/functions/src/index.ts index 15d3b504..f5c45004 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -52,7 +52,7 @@ export * from './unsubscribe' export * from './stripe' export * from './mana-bonus-email' export * from './close-market' -export * from 'functions/src/update-comment-bounty' +export * from './update-comment-bounty' import { health } from './health' import { transact } from './transact'