Skip to content

Commit

Permalink
Uppercase ID for nodeId
Browse files Browse the repository at this point in the history
Co-authored-by: Piet Brauer <piet.brauer@me.com>
  • Loading branch information
mvolpato and pietbrauer authored Sep 8, 2020
1 parent f6186e9 commit a5ec2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OctoKit/User.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ open class User: Codable {
open var numberOfPublicRepos: Int?
open var numberOfPublicGists: Int?
open var numberOfPrivateRepos: Int?
open var nodeId: String?
open var nodeID: String?
open var url: String?
open var htmlURL: String?
open var followersURL: String?
Expand Down

0 comments on commit a5ec2e7

Please sign in to comment.