Skip to content

Commit

Permalink
Temporary disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeBaruna committed Dec 10, 2024
1 parent f51fffa commit 426b673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { WishTotal } from './entities/wishTotal';
import { Constellation } from './entities/constellation';
import { Deck } from './entities/deck';

import { initFirebase } from './services/notification';
import { startReminderCron } from './services/reminder';
// import { initFirebase } from './services/notification';
// import { startReminderCron } from './services/reminder';

dotenv.config();

Expand Down Expand Up @@ -71,8 +71,8 @@ const dbOptions: PostgresConnectionOptions = {
async function start(): Promise<void> {
try {
await createConnection(dbOptions);
initFirebase();
startReminderCron();
// initFirebase();
// startReminderCron();

const address = await server.listen(3001, '0.0.0.0');
console.log(`Server listening at ${address}`);
Expand Down

0 comments on commit 426b673

Please sign in to comment.