Skip to content

Commit

Permalink
fix import order for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Jun 21, 2024
1 parent 17fc014 commit 9cd9f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { PUBLISHED_STATUSES } from "coral-server/models/comment/constants";
import { CommentTag } from "coral-server/models/comment/tag";
import { updateSiteCounts } from "coral-server/models/site";
import { updateStoryCounts } from "coral-server/models/story";
import { Tenant, hasFeatureFlag } from "coral-server/models/tenant";
import { hasFeatureFlag, Tenant } from "coral-server/models/tenant";
import { updateUserCommentCounts } from "coral-server/models/user";
import {
calculateCounts,
Expand Down

0 comments on commit 9cd9f00

Please sign in to comment.