Skip to content

Commit

Permalink
Use empty context
Browse files Browse the repository at this point in the history
  • Loading branch information
markfeit committed Dec 4, 2021
1 parent 1661cae commit 95b1227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duplicacy_swiftstorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func CreateSwiftStorage(storageURL string, key string, threads int) (storage *Sw
arguments["protocol"] = "https"
}

ctx := context.Context()
ctx := context.TODO

// Please refer to https://godoc.org/github.com/ncw/swift#Connection
connection := swift.Connection{
Expand Down

0 comments on commit 95b1227

Please sign in to comment.