mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 17:51:43 +10:00
Firebase Stub: minor tweak in reference .on function
This commit is contained in:
@ -175,6 +175,8 @@ class Reference {
|
||||
if (eventType === DatabaseConstants.valueEventType) {
|
||||
this.triggerEventCallback(eventType);
|
||||
}
|
||||
|
||||
return callback;
|
||||
}
|
||||
|
||||
async once(eventType) {
|
||||
|
||||
Reference in New Issue
Block a user