mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 00:00:18 -04:00
fix: lint error in frame-runner (#59467)
This commit is contained in:
@@ -10,6 +10,7 @@ const frameDocument = document as FrameDocument;
|
||||
frameDocument.__initTestFrame = initTestFrame;
|
||||
|
||||
async function initTestFrame(e: InitTestFrameArg = { code: {} }) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const code = (e.code.contents || '').slice();
|
||||
|
||||
const editableContents = (e.code.editableContents || '').slice();
|
||||
|
||||
Reference in New Issue
Block a user