mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 10:03:51 +00:00
Fixed visits normalization not converting empty strings into null
This commit is contained in:
@@ -28,6 +28,7 @@ describe('VisitsParser', () => {
|
||||
userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36',
|
||||
visitLocation: {
|
||||
countryName: 'Spain',
|
||||
cityName: '',
|
||||
},
|
||||
}),
|
||||
Mock.of<Visit>({
|
||||
|
||||
Reference in New Issue
Block a user