Skip to content

Commit 972de83

Browse files
authored
Update components/workday/actions/get-home-contact-information-change/get-home-contact-information-change.mjs
1 parent a00a355 commit 972de83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/workday/actions/get-home-contact-information-change/get-home-contact-information-change.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default {
2626
homeContactInformationChangeId: this.homeContactInformationChangeId,
2727
$,
2828
});
29-
$.export("$summary", `Successfully fetched home contact information change with ID ${this.id}`);
29+
$.export("$summary", `Successfully fetched home contact information change with ID ${this.homeContactInformationChangeId}`);
3030
return response;
3131
},
3232
};

0 commit comments

Comments
 (0)