mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix formatting
This commit is contained in:
parent
e8fca4a7a9
commit
c45c408c14
1 changed files with 7 additions and 4 deletions
|
|
@ -85,10 +85,13 @@ export const saveEmail = async (
|
|||
|
||||
await kx.transaction(async (tx) => {
|
||||
await setClaims(tx, saverId)
|
||||
result = await ctx.models.userArticle.update(matchedUserArticleRecord.id, {
|
||||
savedAt: new Date(),
|
||||
archivedAt: null,
|
||||
})
|
||||
result = await ctx.models.userArticle.update(
|
||||
matchedUserArticleRecord.id,
|
||||
{
|
||||
savedAt: new Date(),
|
||||
archivedAt: null,
|
||||
}
|
||||
)
|
||||
})
|
||||
} else {
|
||||
await ctx.pubsub.pageCreated(saverId, url, input.originalContent)
|
||||
|
|
|
|||
Loading…
Reference in a new issue