Updated roles and permissions logic.
This commit is contained in:
@@ -32,8 +32,6 @@ async function get(key) {
|
||||
|
||||
const data = await redis.get(key);
|
||||
|
||||
log({ key, data });
|
||||
|
||||
try {
|
||||
return JSON.parse(data);
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user