Update client.ts

This commit is contained in:
Guilherme Werner
2024-01-07 19:08:33 -03:00
parent 08557b5f36
commit 03dcd08bc4

View File

@ -20,7 +20,6 @@ export class TribufuClient extends TribufuApi {
constructor(clientId: string, clientSecret: string) {
super();
this.clientId = clientId;
this.clientSecret = clientSecret;
}