From 65f9050214eb17c378bf2cc0c9a722f341485cac Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Sat, 13 Jul 2019 22:29:24 +0530 Subject: [PATCH] Fixed linting errors, names of vars changed --- clientapi/routing/room_tagging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientapi/routing/room_tagging.go b/clientapi/routing/room_tagging.go index 4aeab7590..c00f15747 100644 --- a/clientapi/routing/room_tagging.go +++ b/clientapi/routing/room_tagging.go @@ -184,7 +184,7 @@ func DeleteTag( JSON: struct{}{}, } } - err = saveTagData(req, localpart, roomID, accountDB, Tag) + err = saveTagData(req, localpart, roomID, accountDB, tagContent) if err != nil { return httputil.LogThenError(req, err)