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