Skip to content

Commit

Permalink
chore: update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Oct 6, 2024
1 parent 9d92456 commit 0362675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ kotlin-multiplaform = { id = "org.jetbrains.kotlin.multiplatform", version.ref =
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }
spotless = { id = "com.diffplug.gradle.spotless", version = "6.20.0" }
spotless = { id = "com.diffplug.gradle.spotless", version = "6.25.0" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ internal actual fun env(name: String): String? {
return getEnv(name)
}

fun getEnv(value: String): String? = js("""globalThis.process.env[value]""")
fun getEnv(value: String): String? = js("""globalThis.process.env[value]""")

0 comments on commit 0362675

Please sign in to comment.