Skip to content

Commit

Permalink
apache#79 modify
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoYL123 committed Mar 2, 2020
1 parent 2b0c1a1 commit f67a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/resource/v1/history_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (r *HistoryResource) GetPollingData(context *restful.Context) {
return
}
if len(records) == 0 {
WriteErrResponse(context, http.StatusNotFound, "no revisions found", common.ContentTypeText)
WriteErrResponse(context, http.StatusNotFound, "no polling data found", common.ContentTypeText)
return
}
err = writeResponse(context, records)
Expand Down

0 comments on commit f67a4bc

Please sign in to comment.