Skip to content

Commit

Permalink
Fix example in readme (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmarks authored May 19, 2023
1 parent 946eb5d commit df3c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const cicd_Deployment = {
uid: '<deployment_uid',
source: '<deployment_source>',
// Fields that reference another model need to be refs
application: qb.ref(application),
application: qb.ref({compute_Application}),
status: {
category: 'Success',
detail: '<status_detail>',
Expand Down

0 comments on commit df3c42b

Please sign in to comment.