From 705c16e8afdb2698439e2678b1a5c01f618133d4 Mon Sep 17 00:00:00 2001 From: Matti Luukkainen Date: Tue, 6 Feb 2024 11:52:08 +0200 Subject: [PATCH] moar test --- server/util/mailer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/util/mailer.js b/server/util/mailer.js index 6de7b1e..4599645 100644 --- a/server/util/mailer.js +++ b/server/util/mailer.js @@ -6,7 +6,7 @@ const { } = require('@models') const f = async () => { - const users = (await User.findAll()).filter(u => [4, 181].includes(u.id)) + const users = (await User.findAll()).filter(u => [4, 181, 305].includes(u.id)) console.log(JSON.stringify(users))