diff --git a/client/src/components/Output.jsx b/client/src/components/Output.jsx index b687c6b..de9f769 100644 --- a/client/src/components/Output.jsx +++ b/client/src/components/Output.jsx @@ -66,7 +66,7 @@ const Output = ({ editorRef, language, isRemoteTyping }) => { ); }; -// Piston API helper +// Piston API helper. const executeCode = async (language, sourceCode) => { // Map moniker to Piston language const LANGUAGE_VERSIONS = {