mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 05:54:43 +02:00
build: fix problems found by the deadcode linter
This commit is contained in:
@ -40,7 +40,7 @@ const (
|
||||
maxSleep = 2 * time.Second
|
||||
decayConstant = 2 // bigger for slower decay, exponential
|
||||
defaultDevice = "Jotta"
|
||||
defaultMountpoint = "Sync"
|
||||
defaultMountpoint = "Sync" // nolint
|
||||
rootURL = "https://www.jottacloud.com/jfs/"
|
||||
apiURL = "https://api.jottacloud.com/files/v1/"
|
||||
baseURL = "https://www.jottacloud.com/"
|
||||
|
Reference in New Issue
Block a user