We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f4baa commit 4df0178Copy full SHA for 4df0178
main.go
@@ -15,7 +15,6 @@ import (
15
16
"millions-of-words/fetch"
17
18
- // loader "millions-of-words/loaders/sqlite"
19
loader "millions-of-words/loaders/supabase"
20
"millions-of-words/models"
21
"millions-of-words/words"
@@ -513,7 +512,6 @@ func importAlbumHandler(c echo.Context) error {
513
512
Successfully imported %s - %s
514
</div>`, albumData.ArtistName, albumData.AlbumName))
515
516
- // Send progress update immediately after each success
517
progressMsg := fmt.Sprintf(`
518
<div class="text-gray-400 text-sm text-right">
519
Processed %d of %d
0 commit comments