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

Commit b5f1e53

Browse files
committed
forgot a parseResponse invocation
1 parent 819ef25 commit b5f1e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Firebase.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ FirebasePush::FirebasePush(const String& host, const String& auth,
148148
HTTPClient* http)
149149
: FirebaseCall(host, auth, "POST", path, value, http) {
150150
if (!error()) {
151-
name_ = parseResponse()["name"].as<const char*>();
151+
name_ = json()["name"].as<const char*>();
152152
}
153153
}
154154

0 commit comments

Comments
 (0)