diff options
| author | ST-DDT <[email protected]> | 2024-02-20 12:15:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-20 12:15:52 +0100 |
| commit | d89b348aa6465e5b6b6521b1dc4b77a89d58cc73 (patch) | |
| tree | 03c9953cb0a2608f697e097debd15409ac102070 /src/modules/location | |
| parent | 25f2a0326b1103c8a47a06156d43d71d2d72b7fa (diff) | |
| download | faker-d89b348aa6465e5b6b6521b1dc4b77a89d58cc73.tar.xz faker-d89b348aa6465e5b6b6521b1dc4b77a89d58cc73.zip | |
infra(unicorn): no-useless-switch-case (#2508)
Diffstat (limited to 'src/modules/location')
| -rw-r--r-- | src/modules/location/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/location/index.ts b/src/modules/location/index.ts index fee40fd2..97120766 100644 --- a/src/modules/location/index.ts +++ b/src/modules/location/index.ts @@ -360,7 +360,6 @@ export class LocationModule extends ModuleBase { case 'alpha-3': return 'alpha3'; case 'alpha-2': - default: return 'alpha2'; } })(); |
