Skip to content

Commit

Permalink
Add correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ategon committed Feb 12, 2024
1 parent b246668 commit af0065c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/handlers/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
sendMessages,
} from "../common/config.js";
import {
checkWhitelist,
detectImageComment,
getInstanceFromActorId,
getKarma,
Expand Down
1 change: 1 addition & 0 deletions src/handlers/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
sendMessages,
} from "../common/config.js";
import {
checkWhitelist,
detectImage,
getInstanceFromActorId,
getKarma,
Expand Down

0 comments on commit af0065c

Please sign in to comment.