Skip to content
Snippets Groups Projects
Commit 0bb61f32 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Merge branch 'development' into refactor/package-swift

parents 5c86d911 8e73d90a
No related branches found
No related tags found
3 merge requests!71Releasing v1.1.5 (214),!67v1.1.5 b(203),!64Organizing Package.swift
......@@ -140,7 +140,7 @@ public final class Session: SessionType {
}
}
guard username!.isEmpty == false else {
guard let username = username, username.isEmpty == false else {
fatalError("Trying to restore an account that has no username")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment