mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 10:22:39 +01:00
Fix prune
This commit is contained in:
parent
72faa449e0
commit
9710d74541
@ -27,12 +27,12 @@ export const inactiveMembers = async (
|
||||
last_message_id: LessThan(minId.toString()),
|
||||
},
|
||||
{
|
||||
guild_id,
|
||||
last_message_id: IsNull(),
|
||||
},
|
||||
],
|
||||
relations: ["roles"],
|
||||
});
|
||||
console.log(members);
|
||||
if (!members.length) return [];
|
||||
|
||||
//I'm sure I can do this in the above db query ( and it would probably be better to do so ), but oh well.
|
||||
|
Loading…
Reference in New Issue
Block a user