Skip to content

Commit 2cae5ab

Browse files
author
deployment_bot
committed
Refresh SQLite integration plugin
1 parent 4f6fca4 commit 2cae5ab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/playground/wordpress-builds/src/sqlite-database-integration/get-sqlite-driver-module-details.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export function getSqliteDriverModuleDetails(
1919
url: string;
2020
} {
2121
switch (version) {
22+
2223
case 'develop':
2324
/** @ts-ignore */
2425
return {
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"develop": "develop",
3-
"v2.1.16": "v2.1.16"
4-
}
2+
"develop": "develop",
3+
"v2.1.16": "v2.1.16"
4+
}

0 commit comments

Comments
 (0)