Skip to content

Commit

Permalink
Update src/contract/table.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Fugere <[email protected]>
  • Loading branch information
aaroncox and dafuga authored Jul 26, 2023
1 parent 4574570 commit cdc129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class Table<RowType = any> {
table: this.name,
code: this.account,
scope: params.scope || this.account,
// Response tping
// Response typing
type: this.rowType,
// Filtering
key_type: params.key_type,
Expand Down

0 comments on commit cdc129c

Please sign in to comment.