Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 5b1b8d4

Browse files
committed
Add const modifier back to response().
This broke the unit tests.
1 parent 38ee9be commit 5b1b8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Firebase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class FirebaseCall {
9595
return error_;
9696
}
9797

98-
virtual const String& response() {
98+
virtual const String& response() const {
9999
return response_;
100100
}
101101

0 commit comments

Comments
 (0)