Skip to content

Commit fc73f51

Browse files
committed
Updated to latest regexplanet-common
1 parent a161b4e commit fc73f51

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

bun.lockb

-1 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"type": "module",
1515
"dependencies": {
16-
"@regexplanet/common": "^1.1.0"
16+
"@regexplanet/common": "npm:@jsr/[email protected]"
1717
}
1818
}

src/server.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,7 @@ async function testJson(req: Request, server: Server): Promise<Response> {
100100
console.log("searchParams", searchParams);
101101
}
102102

103-
console.log("testInput", testInput);
104-
105-
const retVal = runTest(testInput);
106-
107-
console.log("testOutput", retVal);
103+
const retVal = await runTest(testInput);
108104

109105
return handleJsonp(req, retVal);
110106
}

0 commit comments

Comments
 (0)