generated from fahricansecer/boilerplate-be
@@ -68,7 +68,10 @@ export class RenderCallbackController {
|
||||
private readonly configService: ConfigService,
|
||||
private readonly notificationsService: NotificationsService,
|
||||
) {
|
||||
this.apiKey = this.configService.get<string>('RENDER_CALLBACK_API_KEY', 'contgen-worker-secret-2026');
|
||||
this.apiKey = this.configService.get<string>(
|
||||
'RENDER_CALLBACK_API_KEY',
|
||||
'contgen-worker-secret-2026',
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -316,4 +319,3 @@ export class RenderCallbackController {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user