Skip to content

Commit

Permalink
nit: renaming enum fields
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyoptimist committed Jun 27, 2024
1 parent b4aeddc commit ed502da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/modules/common/enum/boolean-string.enum.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export enum BooleanString {
True = 'true',
False = 'false',
}
4 changes: 0 additions & 4 deletions src/modules/common/enum/boolean-strings.enum.ts

This file was deleted.

0 comments on commit ed502da

Please sign in to comment.