You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/metis/conversation/src/main/kotlin/de/tum/informatics/www1/artemis/native_app/feature/metis/conversation/service/network/impl/MetisModificationServiceImpl.kt
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ internal class MetisModificationServiceImpl(
106
106
serverUrl:String,
107
107
authToken:String
108
108
): NetworkResponse<StandalonePost> {
109
-
val x = performNetworkCall {
109
+
return performNetworkCall {
110
110
ktorProvider.ktorClient.put(serverUrl) {
111
111
url {
112
112
appendPathSegments(RESOURCE_PATH_SEGMENTS)
@@ -121,10 +121,8 @@ internal class MetisModificationServiceImpl(
0 commit comments