Skip to content

Commit

Permalink
fix(deployment): fix type grant seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Nov 22, 2024
1 parent 37756ae commit a82bf92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/http-sdk/src/allowance/allowance-http.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface ExactDeploymentAllowance {
"@type": "/akash.deployment.v1beta3.DepositDeploymentAuthorization";
spend_limit: SpendLimit;
};
expiration: string;
expiration?: string;
}

export interface DeploymentAllowance extends ExactDeploymentAllowance {
Expand Down

0 comments on commit a82bf92

Please sign in to comment.