mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
fix: remove line
This commit is contained in:
@@ -16,11 +16,8 @@ type Storage struct {
|
||||
}
|
||||
|
||||
func New(config ...Config) *Storage {
|
||||
|
||||
cfg := configDefault(config...)
|
||||
|
||||
api, err := cloudflare.NewWithAPIToken(cfg.Key)
|
||||
|
||||
if err != nil {
|
||||
log.Println("Error with cloudflare api initialization")
|
||||
}
|
||||
|
Reference in New Issue
Block a user