Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Tried improving the post hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Sep 16, 2020
1 parent 4fcb6d9 commit 46a1a45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/entities/posts/medias/post_media.dart
Expand Up @@ -41,10 +41,6 @@ class PostMedia extends Equatable {
return IMAGES_MIME_TYPES.contains(mimeType);
}

String hashContents() {
final json = toJson();
}

/// Allows to create a new [PostMedia] instance with the data contained
/// inside the invoking object replaced with the ones specified as
/// arguments.
Expand Down

0 comments on commit 46a1a45

Please sign in to comment.