refactor: little light renaming
This commit is contained in:
parent
eef7b29223
commit
6f69695758
7 changed files with 31 additions and 31 deletions
|
@ -9,7 +9,7 @@ export type USER_PERMISSIONS = {
|
|||
};
|
||||
};
|
||||
|
||||
export const USER_PERMISSIONS_STORE = new FSDB_COLLECTION<USER_PERMISSIONS>({
|
||||
export const PERMISSIONS_STORE = new FSDB_COLLECTION<USER_PERMISSIONS>({
|
||||
name: 'user_permissions',
|
||||
id_field: 'user_id'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue