Skip to content

Commit 511c89d

Browse files
authored
hotfix: fix typo (#94)
1 parent c5ea384 commit 511c89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/auth/util/DevAccountSetUpConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class DevAccountSetUpConfig {
3333
private Volunteer volunteer;
3434
private Center center;
3535

36-
@Value("${app.develop.mode:false}")
36+
@Value("${app.develop.mode}")
3737
private boolean developMode;
3838

3939
@PostConstruct

0 commit comments

Comments
 (0)