Skip to content

Commit 6b9cb80

Browse files
committed
Fixed JS crash
1 parent 93e5233 commit 6b9cb80

File tree

1 file changed

+1
-1
lines changed
  • firebase-config/src/jsMain/kotlin/dev/gitlive/firebase/remoteconfig/externals

1 file changed

+1
-1
lines changed

firebase-config/src/jsMain/kotlin/dev/gitlive/firebase/remoteconfig/externals/remoteconfig.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public external fun getValue(remoteConfig: RemoteConfig, key: String): Value
2929

3030
public external interface RemoteConfig {
3131
public var defaultConfig: Any
32-
public var fetchTimeMillis: Long
32+
public var fetchTimeMillis: Double
3333
public var lastFetchStatus: String
3434
public val settings: Settings
3535
}

0 commit comments

Comments
 (0)