rename fb to formBuilder (#1214)

This commit is contained in:
Robyn MacCallum 2021-12-31 10:52:28 -05:00 committed by GitHub
parent ed78a79042
commit ef5e8e1e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export class ExportComponent extends BaseExportComponent implements OnInit {
eventService: EventService, eventService: EventService,
policyService: PolicyService, policyService: PolicyService,
userVerificationService: UserVerificationService, userVerificationService: UserVerificationService,
fb: FormBuilder, formBuilder: FormBuilder,
private broadcasterService: BroadcasterService, private broadcasterService: BroadcasterService,
logService: LogService logService: LogService
) { ) {
@ -44,7 +44,7 @@ export class ExportComponent extends BaseExportComponent implements OnInit {
window, window,
logService, logService,
userVerificationService, userVerificationService,
fb formBuilder
); );
} }