mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
feat: remove 'original' and __file (#59446)
This commit is contained in:
committed by
GitHub
parent
d91f57b12b
commit
350424701f
@@ -16,7 +16,6 @@ interface PythonRunEvent extends MessageEvent {
|
||||
code: {
|
||||
contents: string;
|
||||
editableContents: string;
|
||||
original: { [id: string]: string };
|
||||
};
|
||||
firstTest: unknown;
|
||||
testString: string;
|
||||
|
||||
Reference in New Issue
Block a user