Skip to content

Commit

Permalink
Fix typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Sep 30, 2022
1 parent 74e01ad commit 76302a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/rest/getTransactions/index.ts
Expand Up @@ -2,7 +2,7 @@ import { MethodMetadata } from '..';
import { Headers } from '../../helpers/axios';
import { useMasaQuery, useRestCall } from '../../helpers/rest-calls';

const path = '/contracts/transactions';
const path = 'contracts/transactions';

export function useMethod() {
const { data, error, loading, getData } = useRestCall({
Expand Down

0 comments on commit 76302a8

Please sign in to comment.