Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit d753b77

Browse files
committed
typo
1 parent 20916f1 commit d753b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StudyplusSDK/StudyplusAPIRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ internal struct StudyplusAPIRequest {
8383

8484
urlSession.finishTasksAndInvalidate()
8585

86-
guard error == nil && response != nil else {
86+
guard error == nil else {
8787
failure(0, nil)
8888
return
8989
}

0 commit comments

Comments
 (0)