sending the admin email in the prepopulate
This commit is contained in:
@@ -140,7 +140,9 @@ export class PrePopulateService {
|
||||
}),
|
||||
]);
|
||||
|
||||
return { documentDetails, countryDetails, stateDetails, companyTypeDetails };
|
||||
const adminEmail = config.MinglarAdminEmail;
|
||||
|
||||
return { documentDetails, countryDetails, stateDetails, companyTypeDetails, adminEmail };
|
||||
}
|
||||
|
||||
async getAllFrequencies() {
|
||||
|
||||
Reference in New Issue
Block a user