Incremental sync op made aysnc

This commit is contained in:
SUMUKHA-PK 2019-08-02 10:11:44 +05:30
parent 19b867fbbc
commit 6926685e54

View file

@ -74,7 +74,7 @@ func GetTags(
return util.JSONResponse{
Code: http.StatusOK,
JSON: struct{}{},
JSON: data[0].Content,
}
}