mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 13:29:22 +00:00
Fix MAJOR typo
This commit is contained in:
parent
83e61f49ca
commit
c9ee727629
@ -234,7 +234,7 @@ export class ConversationsHelper {
|
||||
*/
|
||||
public static async IsUserModerator(userID : number, convID : number) : Promise<boolean> {
|
||||
return await DatabaseHelper.Count({
|
||||
table: USERS_TABLE,
|
||||
table: LIST_TABLE,
|
||||
where: {
|
||||
id: convID,
|
||||
user_id: userID
|
||||
|
Loading…
Reference in New Issue
Block a user