From f22c6dd8a330911ca0540f33d16501ce1ad9b27d Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Wed, 28 Sep 2022 12:04:54 -0400 Subject: [PATCH] import --- functions/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'