We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb50701 commit 6d51f68Copy full SHA for 6d51f68
frontend/src/stores/saving.js
@@ -120,7 +120,7 @@ const syncPresentationToServer = async () => {
120
if (!snapshot || !snapshot.dirty) return
121
122
// if there's an unsynced snapshot locally, sync it to server
123
- syncSnapshotToServer(snapshot)
+ await syncSnapshotToServer(snapshot)
124
} catch (err) {
125
console.error('Sync to server failed: ', err)
126
} finally {
0 commit comments