Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Oct 19, 2023
1 parent c734c53 commit d9dfc21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MobileBackendPlugin: Plugin() {
response = Json.decodeFromString(
Shared_backend.handleRequest(
rawInputMessage.toByteArray(Charsets.UTF_8)
).toString(Charsets.UTF_8)C
).toString(Charsets.UTF_8)
)
} catch (error: Exception) {
output.put("error", error.message)
Expand Down

0 comments on commit d9dfc21

Please sign in to comment.