From 03dcd08bc4288ca31dfbf991c31927500d0e65d0 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Sun, 7 Jan 2024 19:08:33 -0300 Subject: [PATCH] Update client.ts --- src/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 80cb64d..3d076a4 100644 --- a/src/client.ts +++ b/src/client.ts @@ -20,7 +20,6 @@ export class TribufuClient extends TribufuApi { constructor(clientId: string, clientSecret: string) { super(); - this.clientId = clientId; this.clientSecret = clientSecret; }