Skip to content

Commit a5b5239

Browse files
committed
npm run format
1 parent 3d43130 commit a5b5239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/faucet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class FaucetHelper {
1616
const response = await fetch(faucetURI, {
1717
headers: {
1818
'Content-Type': 'application/json',
19-
'CF-IPCountry': 'CS', // To differentiate users coming from cheqd Studio
19+
'CF-IPCountry': 'CS', // To differentiate users coming from cheqd Studio
2020
},
2121
body: JSON.stringify(faucetBody),
2222
method: 'POST',

0 commit comments

Comments
 (0)