Unverified Commit cf3a48a6 authored by TakeruDMC's avatar TakeruDMC Committed by GitHub

fix: "undefined" error on deletePage by git storage (#2132)

parent 545bc346
......@@ -184,6 +184,7 @@ module.exports = {
const contentPath = pageHelper.getPagePath(item.relPath)
await WIKI.models.pages.deletePage({
user: user,
path: contentPath.path,
locale: contentPath.locale,
skipStorage: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment