Skip to content

Commit

Permalink
fix random uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
sawhney17 committed Jul 15, 2022
1 parent 25060bd commit 99ba2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export async function parseDynamically(blockContent) {
let currentTime = new Date();
let ifParsing = /(i+f)/gi;
let pageBlock = /currentpage/gi;
let uuid = /randUUID/i;
let uuid = /randUUID/gi;
let randomParsing = /randomblock/;
let shouldNotEncodeURL = true
let weatherQuery = /weather/;
Expand Down

0 comments on commit 99ba2a3

Please sign in to comment.