-
Notifications
You must be signed in to change notification settings - Fork 0
Task/andrin/str 457 #126
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
Task/andrin/str 457 #126
Conversation
v1.0.0-alpha
v1.0.1-alpha
v1.0.2-alpha
v1.0.3-alpha
v1.0.6-alpha
v1.0.7-alpha
* fixed go build * Update .github/workflows/dev-deploy.yml * Update .github/workflows/dev-deploy.yml
…i into task/andrin/str-457
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just an small nit.
DigitalData: &digitalData, | ||
LocationData: &locationData, | ||
Tags: instrumentTagArr, | ||
CustomData: nil, //TODO: include platform in customData |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: If CustomData
is a pointer, theres no need to explicitly pass nil
. Zero value of a pointer is nil
To test, reset your database and execute a transaction. Check https://sandbox2.unit21.com/data-explorer/instruments and confirm that two new instruments of type "Credit Card" and "Crypto Wallet" have been created
