Skip to content

Commit

Permalink
OMG! FIxed huge tracking bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnurse committed Sep 13, 2021
1 parent ca34c32 commit d23a5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qik-trak-hasura.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class QikTrakHasura {
}
};

array_rel_spec.args.using.manual_configuration.column_mapping[relationship.referencing_key] = relationship.referenced_key;
obj_rel_spec.args.using.manual_configuration.column_mapping[relationship.referencing_key] = relationship.referenced_key;

this.config.Logger.Log(" OBJECT RELATIONSHIP - " + obj_rel_spec .args.name + " is " + relationship.referencing_table + " referencing " + relationship.referenced_table + " using " + relationship.referencing_key);
await this.createRelationship(obj_rel_spec);
Expand Down

0 comments on commit d23a5a9

Please sign in to comment.