Skip to content

Commit

Permalink
observable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Jan 29, 2024
1 parent be5e316 commit 8cca744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-chapters/Chapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Foundation

class Chapter : Hashable, Equatable {
@Observable class Chapter : Hashable, Equatable {
var id: UUID
var name: String
var offset: Int
Expand Down

0 comments on commit 8cca744

Please sign in to comment.