Skip to content

Commit

Permalink
‼️hotfix : FirebaseConfig keyPath final 제거
Browse files Browse the repository at this point in the history
‼️hotfix : FirebaseConfig keyPath final 제거
  • Loading branch information
DDonghyeo authored Jun 26, 2024
2 parents ef49102 + ecc8f38 commit 77e1cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class FirebaseConfig {

@Value("${firebase.key.path}")
private final String keyPath;
private String keyPath;

@PostConstruct
public void initializeApp() throws IOException {
Expand Down

0 comments on commit 77e1cad

Please sign in to comment.