Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Jul 27, 2023
1 parent 1002177 commit ca8b3c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/app/services/export.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ export interface ApiErrorResponse extends HttpErrorResponse {

@Injectable()
export class ExportService {
constructor(private _api: HttpClient, public config: ConfigService) {}
constructor(
private _api: HttpClient,
public config: ConfigService
) {}

getExports() {
console.log(this.config.API_ENDPOINT, this.config.EXPORTS.MODULE_URL);
Expand Down

0 comments on commit ca8b3c3

Please sign in to comment.