Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0c55fc0

Browse files
committed
Fixed typo
1 parent d16dfec commit 0c55fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connectwise.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ export class Connectwise {
406406
'Authorization': `Basic ${this.authKey}`
407407
};
408408
this.InvoicesApi.defaultHeaders = {
409-
'Authorization': `Basic ${this.authKey}`;
409+
'Authorization': `Basic ${this.authKey}`
410410
};
411411
this.PrioritiesApi.defaultHeaders = {
412412
'Authorization': `Basic ${this.authKey}`

0 commit comments

Comments
 (0)