Created
January 30, 2020 02:18
-
-
Save brittanydionigi/4fabd0f47847f1e2dc8a7d4e0fb31c52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if body.Status == nil { | |
body.Status = "ACTIVE" | |
} | |
# invalid operation: body.Status == nil (mismatched types string and nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment