Added manticore sync API.
This commit is contained in:
@@ -203,6 +203,8 @@ export async function verifyKey(userId, key, req) {
|
||||
.then(() => {
|
||||
// no need to wait for this
|
||||
});
|
||||
|
||||
return fetchUser(storedKey.user_id);
|
||||
}
|
||||
|
||||
export async function createKey(reqUser) {
|
||||
|
||||
Reference in New Issue
Block a user