Skip to content

Commit

Permalink
Modified to use the correct header. (#7817)
Browse files Browse the repository at this point in the history
(cherry picked from commit 78bd44b)
  • Loading branch information
trmartin4 committed Feb 5, 2024
1 parent a394fd0 commit f9f85dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class DevicesApiServiceImplementation implements DevicesApiServiceAbstrac
false,
null,
(headers) => {
headers.set("X-Device-Identifier", deviceIdentifier);
headers.set("Device-Identifier", deviceIdentifier);
},
);
}
Expand Down

0 comments on commit f9f85dc

Please sign in to comment.