Requests WIP: logIn, getRantsFeed, getWeeklies

This commit is contained in:
Wilhelm Oks
2024-12-15 20:52:03 +01:00
parent 1b51316ab6
commit f5aa7823cc
5 changed files with 141 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public struct Request {
}
}
public struct EmptyError: Decodable {
public struct EmptyError: Decodable, Swift.Error {
}