Skip to content

Commit 11ae362

Browse files
committed
🏷️ change return type of encoded variable from Any? to Any
1 parent 33bd335 commit 11ae362

File tree

1 file changed

+1
-1
lines changed
  • qs-kotlin/src/main/kotlin/io/github/techouse/qskotlin/internal

1 file changed

+1
-1
lines changed

qs-kotlin/src/main/kotlin/io/github/techouse/qskotlin/internal/Encoder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ internal object Encoder {
254254
val valueSideChannel = WeakHashMap<Any?, Any?>()
255255
valueSideChannel[SENTINEL] = sideChannel
256256

257-
val encoded: Any? =
257+
val encoded: Any =
258258
encode(
259259
data = value,
260260
undefined = valueUndefined,

0 commit comments

Comments
 (0)