Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Update SKRTMAPI.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzig authored Jul 15, 2017
1 parent 434ef79 commit d5e1fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SKRTMAPI/SKRTMAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public final class SKRTMAPI: RTMDelegate {
presenceSub: options.presenceSub,
simpleLatest: options.simpleLatest,
success: {(response) in
connectWithResponse(response)
self.connectWithResponse(response)
}, failure: { (error) in
print(error)
}
Expand All @@ -95,7 +95,7 @@ public final class SKRTMAPI: RTMDelegate {
batchPresenceAware: options.batchPresenceAware,
presenceSub: options.presenceSub,
success: {(response) in
connectWithResponse(response)
self.connectWithResponse(response)
}, failure: { (error) in
print(error)
}
Expand Down

0 comments on commit d5e1fc5

Please sign in to comment.