Skip to content

Commit

Permalink
actual use constants type
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdibble committed Dec 6, 2023
1 parent a3ebf36 commit 63b81ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type FraudnetUrl = {|
[$Values<typeof ENV>]: string,
|};

export const FRAUDNET_URL = {
export const FRAUDNET_URL: FraudnetUrl = {
[ENV.LOCAL]:
"https://cdn-latest.static.engineering.dev.paypalinc.com/rdaAssets/fraudnet/async/fb-raw.js",
[ENV.STAGE]:
Expand Down

0 comments on commit 63b81ea

Please sign in to comment.