mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
Fix bug
This commit is contained in:
parent
4a5996a8ae
commit
274453056a
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ module.exports = async (req: express.Request, res: express.Response) => {
|
|||
commit: commit
|
||||
});
|
||||
}, {
|
||||
dst: `${__dirname}/../../misskey`
|
||||
dst: `${__dirname}/../../`
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue