Skip to content

Commit

Permalink
fix issue 4 - make auth struct private to the TMDBClient class - udac…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Mifsud committed Jun 2, 2019
1 parent 4e9c7bf commit ef6bb02
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 @@ -15,7 +15,7 @@ class TMDBClient {
static let encoder = JSONEncoder()
static let decoder = JSONDecoder()

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

0 comments on commit ef6bb02

Please sign in to comment.