diff options
| author | ST-DDT <[email protected]> | 2023-04-23 12:28:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-23 12:28:48 +0200 |
| commit | acb9cf5a81ec42e64a59f4708345f1af63147a34 (patch) | |
| tree | 5ba636d10f561ebc9a86d51c002bdc94695b8515 /src/locales/it | |
| parent | f795269c3aa2014c4964ea71c38b53a51e0f6d47 (diff) | |
| download | faker-acb9cf5a81ec42e64a59f4708345f1af63147a34.tar.xz faker-acb9cf5a81ec42e64a59f4708345f1af63147a34.zip | |
refactor(locale): use null as not applicable (#2078)
Diffstat (limited to 'src/locales/it')
| -rw-r--r-- | src/locales/it/person/suffix.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/it/person/suffix.ts b/src/locales/it/person/suffix.ts index d6d1738d..7646bbd1 100644 --- a/src/locales/it/person/suffix.ts +++ b/src/locales/it/person/suffix.ts @@ -1 +1 @@ -export default []; +export default null; |
