mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-23 20:29:53 +00:00
chore: remove test console.log
This commit is contained in:
@@ -192,7 +192,6 @@ export class SpacebarServer extends Server {
|
||||
|
||||
// Pickup non-expired polls
|
||||
const nonExpiredPolls = await Message.createQueryBuilder("message").where("message.poll->>'expiry' > :now", { now: new Date().toISOString() }).getMany();
|
||||
console.log(nonExpiredPolls);
|
||||
|
||||
for (const message of nonExpiredPolls) {
|
||||
if (!message.poll) {
|
||||
|
||||
Reference in New Issue
Block a user