mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 18:44:18 +00:00
Update client.ts
This commit is contained in:
@ -20,7 +20,6 @@ export class TribufuClient extends TribufuApi {
|
|||||||
|
|
||||||
constructor(clientId: string, clientSecret: string) {
|
constructor(clientId: string, clientSecret: string) {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.clientId = clientId;
|
this.clientId = clientId;
|
||||||
this.clientSecret = clientSecret;
|
this.clientSecret = clientSecret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user