Skip to content

Commit

Permalink
moar test
Browse files Browse the repository at this point in the history
  • Loading branch information
mluukkai committed Feb 6, 2024
1 parent 9e16fed commit 705c16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/util/mailer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 705c16e

Please sign in to comment.