Skip to content

Commit

Permalink
path typo for get identity
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronk-bixly committed Aug 26, 2022
1 parent 0ce6bdc commit 3cae520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@masa-finance/tools",
"version": "0.1.56",
"version": "0.1.57",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/common/rest/get-identity/index.ts
@@ -1,7 +1,7 @@
import { MethodMetadata, Parameter } from '..';
import { useMasaQuery } from '../../helpers/rest-calls';

const path = '/sbt/:profileId';
const path = 'sbt/:profileId';

export function useSimpleMethod({ pathParameters, body, settings }: any) {
const masaQuery = useMasaQuery(
Expand Down

0 comments on commit 3cae520

Please sign in to comment.