fix (backend): import .js

This commit is contained in:
naskya 2024-08-03 17:00:01 +09:00
parent dc221d8261
commit 7e0d0b7fcd
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -17,7 +17,7 @@ import { toArray } from "@/prelude/array.js";
import { renderActivity } from "@/remote/activitypub/renderer/index.js"; import { renderActivity } from "@/remote/activitypub/renderer/index.js";
import { deliver } from "@/queue/index.js"; import { deliver } from "@/queue/index.js";
import orderedCollection from "@/remote/activitypub/renderer/ordered-collection.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 * Mark messages as read