Skip to content

Commit

Permalink
fix: functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jun 13, 2024
1 parent e3f89f1 commit e4a1961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/src/emailNotifications/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
IUserDB,
} from '../../../src/models'
import { NOTIFICATION_LIST_IMAGE } from './constants'
import prettier from 'prettier'
import { format } from 'prettier'
import {
getProjectImageSrc,
SITE_URL,
Expand All @@ -26,7 +26,7 @@ export const getNotificationEmailHtml = (
notifications: INotification[],
unsubscribeToken: string,
) =>
prettier.format(
format(
`<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
Expand Down

0 comments on commit e4a1961

Please sign in to comment.