Skip to content

Commit

Permalink
Bump SoundCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrndnr committed Jul 1, 2023
1 parent c51074e commit 0777160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Nuage/Preview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import SoundCloud

struct Preview {

#if DEBUG
static let user = User(id: "139004098", username: "lerboe", firstName: "la", lastName: "la", avatarURL: URL(string: "https://i1.sndcdn.com/avatars-000322614854-ttkl8d-large.jpg")!)

static let likes: [Like<Track>] = load("Likes.json")
Expand All @@ -21,7 +20,6 @@ struct Preview {
static let tracks: [Track] = likes.map { $0.item }
static let trackPublisher = publisher(of: tracks)

#endif
}

struct PreviewError: Error {}
Expand Down

0 comments on commit 0777160

Please sign in to comment.