Skip to content

Commit

Permalink
fix constructor XummPkceOptions field optional
Browse files Browse the repository at this point in the history
  • Loading branch information
develoQ authored and develoQ committed Nov 26, 2022
1 parent eb1ca1e commit ba99fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class XummPkceThread extends EventEmitter {

constructor(
xummApiKey: string,
optionsOrRedirectUrl?: string | XummPkceOptions
optionsOrRedirectUrl?: string | Partial<XummPkceOptions>
) {
super();

Expand Down

0 comments on commit ba99fc7

Please sign in to comment.