Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
sashei committed Jun 4, 2019
1 parent 1adf166 commit d00b9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Store/BaseDataStore.swift
Expand Up @@ -358,7 +358,7 @@ extension BaseDataStore {

private func pushError(_ error: LoginStoreError) {
self.storageStateSubject.onNext(.Errored(cause: error))
self.dispatcher.dispatch(action: SentryAction.init(title: "Datastore Error", error: error))
self.dispatcher.dispatch(action: SentryAction(title: "Datastore Error", error: error, line: nil))
}

private func reset() {
Expand Down

0 comments on commit d00b9f6

Please sign in to comment.