Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasalisbury committed Mar 10, 2021
1 parent 3d6b908 commit 81d795b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/services/activityReports.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import db, {
ActivityReport, ActivityRecipient, User, Grantee, NonGrantee, Grant, NextStep, Region,
} from '../models';
import {
createOrUpdate, activityReportById, possibleRecipients, review, activityReports, activityReportAlerts,
createOrUpdate,
activityReportById,
possibleRecipients,
review,
activityReports,
activityReportAlerts,
} from './activityReports';
import { copyGoalsToGrants } from './goals';
import { REPORT_STATUSES } from '../constants';
Expand Down

0 comments on commit 81d795b

Please sign in to comment.