Skip to content

Commit

Permalink
shame
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Jul 2, 2016
1 parent b44b9fe commit 87c6ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Genome/Source/JsonConvertibleType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ extension SignedIntegerType {
throw logError(JsonConvertibleError.UnableToConvert(json: json, toType: "\(self)"))
}

return self.init(int.toIntMax())
return self.init(int)
}
}

Expand Down

0 comments on commit 87c6ed8

Please sign in to comment.