Skip to content

Commit

Permalink
use spread operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymorrow committed Jun 21, 2023
1 parent ff16803 commit 2389254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class ChromeWebstoreAPI {
}
}

this.options = options
this.options = { ...options }
}

get uploadEndpoint() {
Expand Down

0 comments on commit 2389254

Please sign in to comment.