Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: CyberFlame <[email protected]>
  • Loading branch information
CyberFlameGO committed Sep 13, 2023
1 parent 1849830 commit 3b2d02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nzqa_lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function lookup(
const cachedResponse: Response | undefined = await cache.match(cacheKey);

if (cachedResponse) {
console.log('Cache hit');
console.log('(Cache API) Cache hit');
const cachedJson =
(await cachedResponse.json()) as RESTPostAPIInteractionFollowupJSONBody;

Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "nceahelpworker"
main = "./src/server.ts"
compatibility_date="2023-08-17"
compatibility_date="2023-09-12"

account_id= "4ed1f8e12cda519236361f09dd8956cf"
usage_model = "bundled"
Expand Down

0 comments on commit 3b2d02a

Please sign in to comment.