Closed ezfe closed 6 years ago
Hi all,
I spent thirty seconds and removed some warnings from the project.
The warnings fell into two classes: Redundant conformance for Self.Database: QuerySupporting and needed try statements (which included the do/catch blocks).
Self.Database: QuerySupporting
try
do
catch
Thanks!
Hey @ezfe, you just merged a pull request, have a coin!
You now have 1 coins.
Hi all,
I spent thirty seconds and removed some warnings from the project.
The warnings fell into two classes: Redundant conformance for
Self.Database: QuerySupporting
and neededtry
statements (which included thedo
/catch
blocks).