Skip to content

Commit

Permalink
fix: typo type
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Apr 19, 2023
1 parent 4361192 commit dad698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Plugin/CapacitorUpdater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ extension CustomError: LocalizedError {
return String((0..<length).map { _ in letters.randomElement()! })
}

internal static var isDevEnvironment: Bool {
private var isDevEnvironment: Bool {
#if DEBUG
return true
#else
Expand Down

0 comments on commit dad698c

Please sign in to comment.