fix:sandbox misspelling (#5073)

This commit is contained in:
Oven
2025-06-22 14:40:35 +08:00
committed by GitHub
parent 02dfbda1f8
commit 5153ffad59
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ export enum SandboxCodeTypeEnum {
js = 'js',
py = 'py'
}
export const SNADBOX_CODE_TEMPLATE = {
export const SANDBOX_CODE_TEMPLATE = {
[SandboxCodeTypeEnum.js]: JS_TEMPLATE,
[SandboxCodeTypeEnum.py]: PY_TEMPLATE
};