Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code authored Jun 17, 2024
1 parent a30f188 commit c8d7a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/store/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func importStore(clientConfig *fga.ClientConfig, fgaClient client.SdkClient, sto
}

// Introduce a small delay to smooth out the progress bar rendering
time.Sleep(5 * progressBarUpdateDelay)
time.Sleep(progressBarUpdateDelay)
}

// Ensure progress bar is completed and cleared
Expand Down

0 comments on commit c8d7a57

Please sign in to comment.