Skip to content

Commit

Permalink
remove errant ) in postJS
Browse files Browse the repository at this point in the history
  • Loading branch information
plsrd authored and bjoerge committed Sep 29, 2023
1 parent d5d7013 commit 2107e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ const postJS = `export const post = {
return {...selection, subtitle: author && \`by \${author}\`}
},
},
})
}
`

// Schema definition
Expand Down

0 comments on commit 2107e90

Please sign in to comment.