fix adding a user
This commit is contained in:
parent
16d261be6a
commit
aca3d37a7f
@ -59,6 +59,7 @@ export class StorageService {
|
||||
}
|
||||
public async addReaderUser(user: readerUser): Promise<void | undefined> {
|
||||
const users = await this.getReaderUsers();
|
||||
users.push(user);
|
||||
return this.set('readerUsers', users);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user