Skip to content

Commit 38660f2

Browse files
committed
Fix typo
1 parent 91bfdb7 commit 38660f2

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/complementary/paularuiz/complementary

1 file changed

+1
-1
lines changed

app/src/main/java/com/complementary/paularuiz/complementary/DBHandler.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object DBHandler {
1515
Fuel.post("$BASE/users",
1616
listOf("username" to username, "firstName" to firstName, "lastName" to lastName,
1717
"email" to email, "birth" to birth, "gender" to gender))
18-
.responseString { req, response, result ->q
18+
.responseString { req, response, result ->
1919
when (result) {
2020
is Result.Success -> {
2121
done(true)

0 commit comments

Comments
 (0)