Skip to content

Commit

Permalink
fix: add public to property
Browse files Browse the repository at this point in the history
  • Loading branch information
gulivero1773 committed Nov 23, 2023
1 parent 49811b1 commit 52a14cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FSGetAppStatus/FSGetAppStatus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Redis

public struct FSGetAppStatus: FSGetAppStatusServiceable {
/// Application
let app: Application
public let app: Application

/// Get status for `Redis` database
/// - Returns: `String` - Connection status. Example - `Ok`
Expand Down

0 comments on commit 52a14cd

Please sign in to comment.