Skip to content

Commit

Permalink
fix: Remove Delete from constants file
Browse files Browse the repository at this point in the history
  • Loading branch information
red-game-dev committed Nov 15, 2024
1 parent e4eb311 commit b7a0b28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ export const CANCELLED_ERROR = 'CanceledError';

export const GET = 'GET';
export const POST = 'POST';
export const DELETE = 'DELETE';
export const HEAD = 'HEAD';

0 comments on commit b7a0b28

Please sign in to comment.