mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 06:56:33 +09:00
Fix bug
This commit is contained in:
@ -8,6 +8,6 @@ module.exports = async (req: express.Request, res: express.Response) => {
|
|||||||
commit: commit
|
commit: commit
|
||||||
});
|
});
|
||||||
}, {
|
}, {
|
||||||
dst: `${__dirname}/../../misskey`
|
dst: `${__dirname}/../../`
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user