Skip to content

Commit

Permalink
Add configuration check for sudan project
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Nov 13, 2019
1 parent 30afdae commit b967de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/settings/settings-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export class SettingsService {
if (this.getSelectedProject().startsWith('monte-turcisi')) customProjectName = 'MonTur';
if (this.getSelectedProject().startsWith('al-ula')) customProjectName = 'AlUla';
if (this.getSelectedProject().startsWith('kalapodi')) customProjectName = 'Kalapodi';
if (this.getSelectedProject().startsWith('sudan-digital')) customProjectName = 'Sudan';


try {
Expand Down

0 comments on commit b967de3

Please sign in to comment.