mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 03:46:19 +02:00
fix: mochaが動かないため拡張子なしに戻した
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { updateQuestion } from '@/remote/activitypub/models/question.js';
|
||||
import { updateQuestion } from '@/remote/activitypub/models/question';
|
||||
|
||||
async function main(uri: string): Promise<any> {
|
||||
return await updateQuestion(uri);
|
||||
|
||||
Reference in New Issue
Block a user