fix (backend): import .js
This commit is contained in:
parent
dc221d8261
commit
7e0d0b7fcd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import { toArray } from "@/prelude/array.js";
|
|||
import { renderActivity } from "@/remote/activitypub/renderer/index.js";
|
||||
import { deliver } from "@/queue/index.js";
|
||||
import orderedCollection from "@/remote/activitypub/renderer/ordered-collection.js";
|
||||
import { unsafeCast } from "@/prelude/unsafe-cast";
|
||||
import { unsafeCast } from "@/prelude/unsafe-cast.js";
|
||||
|
||||
/**
|
||||
* Mark messages as read
|
||||
|
|
Loading…
Reference in a new issue