Skip to content

Commit

Permalink
try to fail build
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay288 committed Aug 14, 2022
1 parent ccde594 commit 20d461c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const DATA_CLASS_TO_RISK_SCORE: Record<DataClass, RiskScore> = {
[DataClass.DL_NUMBER]: RiskScore.MEDIUM,
};

export const getAPIURL = () => {
export const asdfgetAPIURL = () => {
return `${
typeof window !== "undefined"
? window.location.origin
Expand Down

0 comments on commit 20d461c

Please sign in to comment.