Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix(worker): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 12, 2024
1 parent 1f5b53b commit e584539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker/preparegspatialjp/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func normalizeZipFilePath(p string) string {
p = strings.ReplaceAll(p, `\`, "/")
if strings.HasPrefix(p, "__MACOSX/") ||
strings.HasSuffix(p, "/.DS_Store") ||
strings.HasSuffix(p, "/Thumb.db") ||
strings.HasSuffix(p, "/Thumbs.db") ||
p == ".DS_Store" || p == "Thumbs.db" {
return ""
Expand Down

0 comments on commit e584539

Please sign in to comment.