mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 21:39: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> {
|
public static async IsUserModerator(userID : number, convID : number) : Promise<boolean> {
|
||||||
return await DatabaseHelper.Count({
|
return await DatabaseHelper.Count({
|
||||||
table: USERS_TABLE,
|
table: LIST_TABLE,
|
||||||
where: {
|
where: {
|
||||||
id: convID,
|
id: convID,
|
||||||
user_id: userID
|
user_id: userID
|
||||||
|
Loading…
Reference in New Issue
Block a user