fix: i am stupid

This commit is contained in:
Gabe Farrell 2025-12-19 19:52:02 -05:00
parent 6beb12a73d
commit 1ac26128ee

View file

@ -148,6 +148,10 @@ func RunImporter() {
importDir := os.Getenv("IMPORT_DIR")
libraryDir := os.Getenv("LIBRARY_DIR")
if importerRunning {
return
}
importerMu.Lock()
importerRunning = true
importerMu.Unlock()