Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Mar 28, 2024
1 parent 7ea50bb commit 5746b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (fs.existsSync("wrangler.toml")) {
modules: true,
scriptPath: "dist/index.js",
});
const request = fetch(
const request = await fetch(
`${await miniflare.ready}doc`,
{ SENTRY_DSN: null, SENTRY_ENVIRONMENT: null },
null,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"name": "two-stroke",
"packageManager": "[email protected]",
"type": "module",
"version": "1.0.11",
"version": "1.0.12",
"devDependencies": {
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.25",
Expand Down

0 comments on commit 5746b04

Please sign in to comment.