Skip to content

Commit cfe1c6e

Browse files
committed
fixed no-op
1 parent 398e09f commit cfe1c6e

File tree

1 file changed

+0
-1
lines changed
  • pluto-plugins/plugins/network/core/lib-no-op/src/main/java/com/pluto/plugins/network/intercept

1 file changed

+0
-1
lines changed

pluto-plugins/plugins/network/core/lib-no-op/src/main/java/com/pluto/plugins/network/intercept/NetworkData.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class NetworkData {
1111
)
1212

1313
data class Response(
14-
val request: Request,
1514
val statusCode: Int,
1615
val body: Body?,
1716
val headers: Map<String, String?>,

0 commit comments

Comments
 (0)