Skip to content

Commit bf7330a

Browse files
committed
Added Builder Pattern for better understanding and also added option to enable/disable error events.
1 parent 2e71876 commit bf7330a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pingmelive/src/main/java/com/pingmelive/sendLogToServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public Map<String, String> getHeaders() {
129129
Map<String, String> headers = new HashMap<>();
130130
headers.put("Content-Type","application/json");
131131
headers.put("apikey",pingMePref.getAPIKey());
132-
headers.put("appid",pingMePref.getAppId());
132+
headers.put("projectid",pingMePref.getAppId());
133133

134134
return headers;
135135
}

0 commit comments

Comments
 (0)