Skip to content

Commit

Permalink
wp-now: remove async from mountSqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
sejas committed Apr 25, 2023
1 parent 6cb0106 commit 684fb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wp-now/src/wp-now.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default class WPNow {
return result
}

async mountSqlite() {
mountSqlite() {
const { documentRoot } = this.options
const sqlitePluginPath = `${documentRoot}/wp-content/plugins/${SQLITE_FILENAME}`
this.php.mkdirTree(sqlitePluginPath)
Expand Down

0 comments on commit 684fb86

Please sign in to comment.