Skip to content

Commit

Permalink
fix: Remove extra Hashable conformance for ParseObject
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Sep 1, 2024
1 parent b56de0a commit 03d48a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/ParseSwift/Objects/ParseObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ public protocol ParseObject: ParseTypeable,
Fetchable,
Savable,
Deletable,
Identifiable,
Hashable {
Identifiable {

/**
A JSON encoded version of this `ParseObject` before `.set()` or
Expand Down

0 comments on commit 03d48a8

Please sign in to comment.