Skip to content

Commit

Permalink
Update Key.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeiraAlexandre committed Nov 22, 2023
1 parent 8371963 commit 7fbb3d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Shared/Configuration/Key.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Key.swift
// Story
// Cronica
//
// Created by Alexandre Madeira on 28/01/22.
// swiftlint:disable line_length
Expand All @@ -11,8 +11,8 @@ import Foundation
///
/// The values for each key is defined in an environment variable.
struct Key {
#warning("You can place your API Key here.")
static let tmdbApi: String = ""
static let tmdbApi = ""
static let telemetryClientKey: String? = ""
static let authorizationHeader: String? = ""
static let authorizationHeader: String? = ""
static let aptabaseClientKey: String? = ""
}

0 comments on commit 7fbb3d3

Please sign in to comment.