-
-
Save cipolleschi/f17dbf5b2ea3ac3279f3af3adf18ce83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| extension Series { | |
| var exerciseId: String { | |
| switch self { | |
| case .repetitionBased(let exerciseId, _): | |
| return exerciseId | |
| case .timeBased(let exerciseId, _): | |
| return exerciseId | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment