Skip to content

Commit 0070811

Browse files
committed
moved luxon import before import of '.utils'
1 parent b696c2a commit 0070811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/scripts/send-dev-portfolio-notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* eslint-disable no-console */
22
import admin from 'firebase-admin';
3+
import { DateTime } from 'luxon';
34
import sendMail from './utils';
45
import { configureAccount } from '../src/utils/firebase-utils';
5-
import { DateTime } from 'luxon';
66

77
require('dotenv').config();
88

0 commit comments

Comments
 (0)