align with github

This commit is contained in:
FrancescoMolinaro
2023-12-27 13:26:04 +01:00
parent 4106e438d6
commit ffd118abf9

View File

@@ -4,7 +4,6 @@ import { RestRequestMethod } from '../app/core/data/rest-request-method';
import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type'; import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type';
export const environment: BuildConfig = { export const environment: BuildConfig = {
suggestion: [],
production: false, production: false,
// Angular Universal settings // Angular Universal settings
@@ -320,5 +319,7 @@ export const environment: BuildConfig = {
vocabulary: 'srsc', vocabulary: 'srsc',
enabled: true enabled: true
} }
] ],
suggestion: []
}; };