Skip to content

Commit d99972b

Browse files
committed
Fix lint errors
1 parent c30fbef commit d99972b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/playground/preview-app-livesync-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class PreviewAppLiveSyncService implements IPreviewAppLiveSyncService {
2929
const filesToSyncMap: IDictionary<string[]> = {};
3030
let promise = Promise.resolve();
3131
const startSyncFilesTimeout = async (platform: string) => {
32-
promise
32+
await promise
3333
.then(async () => {
3434
promise = this.syncFilesForPlatformSafe(data, platform, filesToSyncMap[platform]);
3535
await promise;

0 commit comments

Comments
 (0)