Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Null Type Exceptions #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RubyyaCode
Copy link

No description provided.

@agilbert1412
Copy link
Owner

Is this not just a duplicate of #79 ?

@RubyyaCode
Copy link
Author

This one is hopefully pushed from Git, as opposed to me directly editing the code on Github.

@agilbert1412
Copy link
Owner

Oh, I see. Alright then, can you close #79 ?

Copy link
Owner

@agilbert1412 agilbert1412 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied the comment from #79

@@ -160,6 +160,8 @@ private IEnumerable<GiftTrait> GetCategoryTraits(ObjectData objectInfo)
}
}

var type = objectInfo.Type ?? string.Empty;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't work in addition to line 147, it needs to be instead. As it currently is, I'm pretty sure it won't even build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants