From 6926685e54749b1663e031547ccd13bf52af086d Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Fri, 2 Aug 2019 10:11:44 +0530 Subject: [PATCH] Incremental sync op made aysnc --- 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 95844e28f..b5e918794 100644 --- a/clientapi/routing/room_tagging.go +++ b/clientapi/routing/room_tagging.go @@ -74,7 +74,7 @@ func GetTags( return util.JSONResponse{ Code: http.StatusOK, - JSON: struct{}{}, + JSON: data[0].Content, } }