Skip to content

Commit 69410dd

Browse files
Blade-uarfresh2
authored andcommitted
Fix Cape equal check (lambda-client#430)
1 parent bff3c7c commit 69410dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/client/capeapi/DataClasses.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data class Cape(
3333
return this === other
3434
|| other is Cape
3535
&& other.capeUUID == capeUUID
36-
&& other.type == other.type
36+
&& other.type == type
3737
}
3838

3939
override fun hashCode(): Int {

0 commit comments

Comments
 (0)