Skip to content

Commit

Permalink
Update Config.swift
Browse files Browse the repository at this point in the history
change whatsNewEnabled to false
  • Loading branch information
Stepanokdev committed Oct 27, 2023
1 parent d2c7259 commit fbf992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Core/Configuration/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Config {

public let feedbackEmail = "[email protected]"

public let whatsNewEnabled: Bool = true
public let whatsNewEnabled: Bool = false

public init(baseURL: String, oAuthClientId: String) {
guard let url = URL(string: baseURL) else {
Expand Down

0 comments on commit fbf992b

Please sign in to comment.