mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Fix MAJOR typo
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user