Skip to content

Commit

Permalink
Fix Model Resets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jann Schafranek committed Sep 20, 2024
1 parent e227f50 commit c5586c3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ extension SDSSynchronizer {

try await bootstrap()

await set(state: .downloading)
try await download()

await set(state: .uploading)
try await upload()

await set(state: .downloading)
try await download()

await set(state: .idle)
}
catch {
Expand Down

0 comments on commit c5586c3

Please sign in to comment.