Skip to content

Commit

Permalink
fix(new-primary-school): mock users dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhelgason committed Dec 16, 2024
1 parent 271e5d2 commit 51170d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class NewPrimarySchoolService extends BaseTemplateApiService {
}

async getChildren({ auth }: TemplateApiModuleActionProps) {
if (!isRunningInProduction) {
if (isRunningOnEnvironment('dev')) {
if (auth.nationalId === '0101303019') {
return [
{
Expand Down

0 comments on commit 51170d1

Please sign in to comment.