Upgrade prettier
This commit is contained in:
@ -14,7 +14,8 @@ class DocumentViewersStore {
|
||||
@observable viewers: Array<View>;
|
||||
@observable isFetching: boolean;
|
||||
|
||||
@action fetchViewers = async () => {
|
||||
@action
|
||||
fetchViewers = async () => {
|
||||
this.isFetching = true;
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user