chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -116,9 +116,7 @@ export class Mailer {
|
||||
invite = async (opts: { to: string } & InviteEmailT) => {
|
||||
this.sendMail({
|
||||
to: opts.to,
|
||||
title: `${opts.actorName} invited you to join ${
|
||||
opts.teamName
|
||||
}’s knowledge base`,
|
||||
title: `${opts.actorName} invited you to join ${opts.teamName}’s knowledge base`,
|
||||
previewText:
|
||||
"Outline is a place for your team to build and share knowledge.",
|
||||
html: <InviteEmail {...opts} />,
|
||||
|
Reference in New Issue
Block a user