Skip to content

Commit

Permalink
dummy commit, retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dubwub committed Jan 15, 2025
1 parent 16f9d64 commit 7f4b6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/fdr-deploy/getdocs-lambda/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const handler: APIGatewayProxyHandler = async (event) => {

const keys = await redis.keys("*");
console.log("All Redis keys:", keys);
//dummy commit

const cachedResponse = await redis.get(parsedUrl.getFullUrl());
if (cachedResponse != null) {
Expand Down

0 comments on commit 7f4b6ea

Please sign in to comment.