Skip to content

Commit cbe9d6e

Browse files
Jacob Wengerlaurenzlong
Jacob Wenger
authored andcommitted
Fixed return type for DeltaSnapshot#getPriority() (#24)
1 parent 8276142 commit cbe9d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/database.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export class DeltaSnapshot implements firebase.database.DataSnapshot {
179179
exportVal(): any { return this.val(); }
180180

181181
// TODO(inlined): figure out what to do here
182-
getPriority(): any {
182+
getPriority(): string|number|null {
183183
return 0;
184184
}
185185

0 commit comments

Comments
 (0)