Skip to content

Commit

Permalink
fix: add headers to response table
Browse files Browse the repository at this point in the history
The real motivation for this is to trigger a semantic release of
`@api-ts/response`
  • Loading branch information
bitgopatmcl committed Apr 18, 2022
1 parent 822eebd commit 8331955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/response/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// ----------------------------|--------------------|------------
// HTTP | GRPC | Response
// ----------------------------|--------------------|---------------------------
// 400 (bad request) | INVALID_ARGUMENT | Response.invalidRequest
// 401 (unauthorized) | UNAUTHENTICATED | Response.unauthenticated
// 403 (forbidden) | PERMISSION_DENIED | Response.permissionDenied
Expand Down

0 comments on commit 8331955

Please sign in to comment.