Skip to content

Commit

Permalink
fix: transaction id should be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Dec 1, 2023
1 parent d822bfd commit 2f677e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @kiva/kv-analytics/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare global {
}

export interface TransactionData {
transactionId: number,
transactionId: string,
loans: any[],
loanCount: number,
loanTotal: string,
Expand Down

0 comments on commit 2f677e6

Please sign in to comment.