Remove redundant parameter initialisers
This commit is contained in:
parent
26bb7c08c2
commit
417f662ea7
3 changed files with 0 additions and 6 deletions
|
@ -33,9 +33,6 @@ export class Service {
|
|||
* @param {string} accessToken The user's access token for the service
|
||||
*/
|
||||
constructor(public serviceType: string, public baseUrl: string, public accessToken: string) {
|
||||
this.serviceType = serviceType;
|
||||
this.baseUrl = baseUrl;
|
||||
this.accessToken = accessToken;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue