Skip to content

Commit

Permalink
Add return type for settings (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian authored Jul 17, 2018
1 parent 860f230 commit 93547f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/firestore.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ declare namespace FirebaseFirestore {
* @param {object} settings The settings to use for all Firestore
* operations.
*/
settings(settings: Settings);
settings(settings: Settings): void;

/**
* Gets a `CollectionReference` instance that refers to the collection at
Expand Down

0 comments on commit 93547f9

Please sign in to comment.