added more delay to moodle ID lookup
This commit is contained in:
@@ -49,7 +49,9 @@ export const getMoodleUserById = async (id: string) => {
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
const u = user[0];
|
||||
|
||||
return (
|
||||
(u as {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user