Skip to content

Commit

Permalink
fix: enforce checks in query filters and resource parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Feb 1, 2024
1 parent dcec5f3 commit 87f52f5
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 95 deletions.
2 changes: 1 addition & 1 deletion gen/templates/spec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('##__RESOURCE_CLASS__## resource', () => {
},
"type": "${resourceType}",
"links": {
"self": "/api/${resourceType}/AbcdEfgHiL"
"self": "https://cli-test-org.commercelayer.io/api/${resourceType}/AbcdEfgHiL"
},
"attributes": {
"metadata": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.13",
"@types/node": "^20.11.15",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"inflector-js": "^1.0.1",
Expand Down
Loading

0 comments on commit 87f52f5

Please sign in to comment.