Skip to content

Commit 9e99e1e

Browse files
committed
another derp - my bad
1 parent e239c2d commit 9e99e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: android/src/main/java/io/fullstack/firestack/FirestackModule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public void onHostDestroy() {
208208
public Map<String, Object> getConstants() {
209209
final Map<String, Object> constants = new HashMap<>();
210210
constants.put("googleApiAvailability", getPlayServicesStatus());
211-
constants.put("serverValueTimestamp", ServerValue.TIMESTAMP));
211+
constants.put("serverValueTimestamp", ServerValue.TIMESTAMP);
212212
return constants;
213213
}
214214
}

0 commit comments

Comments
 (0)