Skip to content

Commit

Permalink
Update application.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG authored Nov 8, 2023
1 parent 91395bc commit 376d904
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ func parseRepo(repo: GitHubRepo) {
withJSONObject: discordArray,
options: []
)

print("json_data:")
print(json_data)
} catch {
print("FAILED TO CREATE JSON")
print(error)
Expand All @@ -285,7 +288,7 @@ func parseRepo(repo: GitHubRepo) {
return
}

dump([String(decoding: data, as: UTF8.self), response.statusCode, json_data])
dump([String(decoding: data, as: UTF8.self), response.statusCode])
keeprunning = false
}.resume()

Expand Down

0 comments on commit 376d904

Please sign in to comment.