summaryrefslogtreecommitdiffstats
path: root/store/sql_audit_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_audit_store.go')
-rw-r--r--store/sql_audit_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/sql_audit_store.go b/store/sql_audit_store.go
index fd39eda8f..f4fd29aab 100644
--- a/store/sql_audit_store.go
+++ b/store/sql_audit_store.go
@@ -87,7 +87,7 @@ func (s SqlAuditStore) Get(user_id string, limit int) StoreChannel {
return storeChannel
}
-func (s SqlAuditStore) Delete(userId string) StoreChannel {
+func (s SqlAuditStore) PermanentDeleteByUser(userId string) StoreChannel {
storeChannel := make(StoreChannel)