Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyH820 committed Apr 29, 2024
1 parent ae4f135 commit 76f17b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/server/src/functions/cron/updateDailyHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { env } from "../env";
// process.env.DATABASE_URL ?? "postgres://admin:admin@localhost:5434/zotmeal";

const connectionString = env.DATABASE_URL;
console.log(connectionString);
export const main = async (_event, _context) => {
try {
const db = createDrizzle({ connectionString });
Expand Down

0 comments on commit 76f17b8

Please sign in to comment.