Set labels = undefined if pocket tags is undefined
This commit is contained in:
@ -83,7 +83,7 @@ describe('Load a complex CSV file', () => {
|
||||
{
|
||||
url: new URL('https://test.com'),
|
||||
state: 'SUCCEEDED',
|
||||
labels: [],
|
||||
labels: ['test', 'development'],
|
||||
},
|
||||
])
|
||||
})
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
"https://omnivore.app",ARCHIVED,"[test]"
|
||||
"https://google.com",SUCCEEDED,"[test,development]"
|
||||
https://test.com,SUCCEEDED,"[]"
|
||||
https://test.com,SUCCEEDED,"[test, development]"
|
||||
|
||||
|
Reference in New Issue
Block a user