Skip to content

Commit

Permalink
fix: deepsource pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
abskrj committed Oct 27, 2023
1 parent 531446d commit d2310ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func generateAzureSignedURL(filePath string) string {
return sasURL
}

func GetCloudStoragePath(basePath, fileName string, fileType string) (string, error) {
func GetCloudStoragePath(basePath, fileName string, _ string) (string, error) {
url, err := url.JoinPath(basePath, fileName)
LogErr(err)

Expand Down

0 comments on commit d2310ed

Please sign in to comment.