Formatting
This commit is contained in:
parent
508377c005
commit
9973542ba4
2 changed files with 7 additions and 6 deletions
|
|
@ -78,8 +78,9 @@ export class Syncer {
|
|||
public async syncRemotelyUpdatedFile(
|
||||
remoteVersion: components["schemas"]["DocumentVersionWithoutContent"]
|
||||
): Promise<void> {
|
||||
await this.syncQueue.add(async () =>
|
||||
this.internalSyncRemotelyUpdatedFile(remoteVersion)
|
||||
await this.syncQueue.add(
|
||||
async () =>
|
||||
this.internalSyncRemotelyUpdatedFile(remoteVersion)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue