mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
feat: upgrade prettier to v3
This commit is contained in:
@@ -95,7 +95,11 @@ export class Client {
|
||||
*
|
||||
* TODO: remove headers/version
|
||||
*/
|
||||
constructor(protected httpClient: HttpClientInterface, protected url: string, protected version?: string) {
|
||||
constructor(
|
||||
protected httpClient: HttpClientInterface,
|
||||
protected url: string,
|
||||
protected version?: string,
|
||||
) {
|
||||
// cut trailing slash if needed
|
||||
this.url = this.url.replace(/\/$/, '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user