We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924f6af commit 7c77687Copy full SHA for 7c77687
FitCount/Workout/QuickPoseBasicView.swift
@@ -37,7 +37,7 @@ enum ViewState: Equatable {
37
}
38
39
struct QuickPoseBasicView: View {
40
- private var quickPose = QuickPose(sdkKey: "YOUR SDK KEY HERE") // register for your free key at https://dev.quickpose.ai
+ private var quickPose = QuickPose(sdkKey: "YOUR SDK KEY") // register for your free key at https://dev.quickpose.ai
41
@EnvironmentObject var viewModel: ViewModel
42
@EnvironmentObject var sessionConfig: SessionConfig
43
0 commit comments