@ -12,8 +12,8 @@ export function getDb(forceSync = false): DataSource {
type: "postgres",
url: process.env.DATABASE_URL,
synchronize: process.argv.includes("sync") || forceSync,
entities: [User, Review, Saved]
})
entities: [User, Review, Saved],
});
}
return db;
The note is not visible to the blocked user.