Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
inventionpro authored Jul 31, 2024
1 parent 2c416f2 commit ed47170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class rMQR {
}

// Fetch for now because implementing the whole qr specification is a *bit* hard
let req = await fetch('https://asia-northeast1-rmqr-generator.cloudfunctions.net/generate-rmqr-code'{
let req = await fetch('https://asia-northeast1-rmqr-generator.cloudfunctions.net/generate-rmqr-code', {
method: 'POST',
headers: {
'content-type': 'application/json'
Expand Down Expand Up @@ -95,4 +95,4 @@ module.exports = {
rmqr: rMQR,
strategy: strategy,
correction: correction
}
}

0 comments on commit ed47170

Please sign in to comment.