Skip to content

Commit

Permalink
Solve issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneiderInfosystems committed Apr 3, 2020
1 parent 47c4a49 commit 8267742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FB4D.Firestore.pas
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function TFirestoreDatabase.GetSynchronous(Params: TRequestResourceParam;
Response.CheckForJSONObj;
result := TFirestoreDocuments.CreateFromJSONDocumentsObj(Response)
end else
raise EFirebaseResponse.Create(Response.ErrorMsgOrStatusText);
result := nil;
end;

procedure TFirestoreDatabase.CreateDocument(DocumentPath: TRequestResourceParam;
Expand Down

0 comments on commit 8267742

Please sign in to comment.