Skip to content

Commit de845b6

Browse files
Simplify
1 parent d8ca6b7 commit de845b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/firestore/src/api/blob.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,4 @@ export class Blob extends Bytes {
9191
toString(): string {
9292
return 'Blob(base64: ' + this.toBase64() + ')';
9393
}
94-
95-
isEqual(other: Blob): boolean {
96-
return super.isEqual(other);
97-
}
9894
}

0 commit comments

Comments
 (0)