Skip to content

Commit

Permalink
fixed issue #4 - Use access modifiers for the Auth struct. - udacity/…
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalerdal committed May 27, 2021
1 parent dc1704b commit 036a5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheMovieManager/Model/TMDB Client/TMDBClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TMDBClient {
static let apiKey = "9a0172612787dcab182b25a36a1b5d9a"


struct Auth {
private struct Auth {
static var accountId = 0
static var requestToken = ""
static var sessionId = ""
Expand Down

0 comments on commit 036a5fe

Please sign in to comment.