Skip to content

Commit

Permalink
Remove private access control from CreateMenuItem - intent wasnt be p…
Browse files Browse the repository at this point in the history
…arsed
  • Loading branch information
NoahKamara committed Aug 28, 2023
1 parent ff3c4e1 commit 4197150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Actions/CreateMenuItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import AppIntents
import SwiftUI

// MARK: Action
private struct CreateMenuItem: AppIntent {
struct CreateMenuItem: AppIntent {
static let title: LocalizedStringResource = "Create Menu Item"

static let description = IntentDescription(
Expand Down

0 comments on commit 4197150

Please sign in to comment.