Skip to content

Commit

Permalink
revert: domain cannot be un-doomed due to google function wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nomagick committed Oct 23, 2024
1 parent fedffe3 commit d538726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/functions/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'reflect-metadata';
// import './shared/lib/doom-domain';
import './shared/lib/doom-domain';
import { initializeApp } from 'firebase-admin/app';
initializeApp();

Expand Down
2 changes: 1 addition & 1 deletion backend/functions/src/services/puppeteer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export class PuppeteerControl extends AsyncService {
this.logger.error(`Unknown firebase issue, just die fast.`, { err });
process.nextTick(() => {
this.emit('error', err);
process.exit(1);
// process.exit(1);
});
return Promise.reject(err);
});
Expand Down
2 changes: 1 addition & 1 deletion thinapps-shared

0 comments on commit d538726

Please sign in to comment.