Skip to content

Commit

Permalink
fix: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoung-an committed May 21, 2024
1 parent e4ba126 commit d5364e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const defaultAppRules = (appName: string): { [type: string]: { ref: strin
},
},
},
// NOTE(jiyoung): add state rule for test.
requestKey: {
ref: Path.app(appName).requestKey("$userAddress", "$requestKey"),
value: {
Expand All @@ -90,7 +89,7 @@ export const defaultAppRules = (appName: string): { [type: string]: { ref: strin
},
},
response: {
ref: Path.app(appName).response("userAddress", "$requestKey"),
ref: Path.app(appName).response("$userAddress", "$requestKey"),
value: {
".rule": {
write: "util.isAppAdmin(`" + `${appName}` + "`, auth.addr, getValue) === true && util.isDict(newData) && util.isString(newData.status)"
Expand Down

0 comments on commit d5364e2

Please sign in to comment.