mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
Fix bug
This commit is contained in:
@@ -8,6 +8,6 @@ module.exports = async (req: express.Request, res: express.Response) => {
|
||||
commit: commit
|
||||
});
|
||||
}, {
|
||||
dst: `${__dirname}/../../misskey`
|
||||
dst: `${__dirname}/../../`
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user