summaryrefslogtreecommitdiff
path: root/system/db/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/db/cache.go')
-rw-r--r--system/db/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/cache.go b/system/db/cache.go
index 6fefd0a..6ba00ad 100644
--- a/system/db/cache.go
+++ b/system/db/cache.go
@@ -53,7 +53,7 @@ func InvalidateCache() error {
kv["etag"] = NewEtag()
- var data url.Values
+ data := make(url.Values)
for k, v := range kv {
switch v.(type) {
case string: