mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix tests
This commit is contained in:
parent
9f65588ba0
commit
dcf7c570c4
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ export const saveEmail = async (
|
|||
folder: input.folder,
|
||||
labelNames: labels.map((label) => label.name),
|
||||
itemLanguage: parseResult.parsedContent?.language,
|
||||
directionality: parseResult.parsedContent?.dir as DirectionalityType,
|
||||
directionality:
|
||||
(parseResult.parsedContent?.dir as DirectionalityType) || undefined,
|
||||
},
|
||||
input.userId
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue