Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Autorefresh seems to be working OK + fixes in ACL generation
Browse files Browse the repository at this point in the history
Lots of work to do with the current refresh system but something is something
  • Loading branch information
Nacho888 committed Apr 21, 2019
1 parent 4eb3919 commit dfb5e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/chat.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export class ChatService {
path += '.acl';
console.log(path);
console.log(acl);
fileClient.updateFile(path, acl).then(() => {
await fileClient.updateFile(path, acl).then(() => {
console.log('Folder permisions added');
}, (err: string) => console.log('Could not set folder permisions' + err));
}
Expand Down

0 comments on commit dfb5e92

Please sign in to comment.