Fix formatting

This commit is contained in:
Jackson Harper 2022-03-08 15:27:05 -08:00
parent e8fca4a7a9
commit c45c408c14

View file

@ -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)