Skip to content

Commit

Permalink
chore: detekt 수정사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Jan 3, 2024
1 parent d0c87bb commit 6197515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ dependencies {

@Suppress
fun getApiKey(propertyKey: String): String {
return gradleLocalProperties(rootDir).getProperty(propertyKey)
return gradleLocalProperties(rootDir).getProperty(propertyKey) ?: "default"
}

0 comments on commit 6197515

Please sign in to comment.