Skip to content

Commit

Permalink
Fix for broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronk-bixly committed May 17, 2022
1 parent 65f4eb4 commit 4585500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/rest/farming/index.ts
@@ -1,4 +1,4 @@
import { MethodMetadata } from '..';
import { MethodMetadata, Parameter } from '..';
import { Headers } from '../../helpers/axios';
import { useRestCall, useSimpleRestCall } from '../../helpers/rest-calls';

Expand Down Expand Up @@ -42,5 +42,5 @@ export const metadata: MethodMetadata = {
description: 'Retrieve farming data and rewards for user',
name: path,
method: 'GET',
parameters: [],
parameters,
};

0 comments on commit 4585500

Please sign in to comment.