Skip to content

Commit

Permalink
add no data found error
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmoySG committed Sep 23, 2024
1 parent dab631a commit 5f4e65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wdb/errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
// Record Errors
RecordDoesNotExistsError = WdbError{
ErrCode: "recordMissing",
ErrMessage: "records with ID doesn't exist",
ErrMessage: "records do not exist",
HttpStatusCode: 404,
}

Expand Down

0 comments on commit 5f4e65b

Please sign in to comment.