Skip to content

Commit

Permalink
hopefully last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Nov 29, 2023
1 parent 159d3a1 commit 9dfb69f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const getResponse = () => {
0xd9, 0xeb, 0xae, 0x0b,
];
// eslint-disable-next-line spellcheck/spell-checker
return uuidStringify(uuidBytes); // '6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'
return `Your uuid is ${uuidStringify(uuidBytes)}`; // '6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'
};

0 comments on commit 9dfb69f

Please sign in to comment.