aboutsummaryrefslogtreecommitdiff
path: root/appservice/db.go
diff options
context:
space:
mode:
Diffstat (limited to 'appservice/db.go')
-rw-r--r--appservice/db.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/appservice/db.go b/appservice/db.go
index 646dae3..9c3280c 100644
--- a/appservice/db.go
+++ b/appservice/db.go
@@ -41,7 +41,7 @@ func InitDb() error {
type DbCache struct {
gorm.Model
- Key string `gorm:"unique_index"`
+ Key string `gorm:"unique_index"`
Value string
}