mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-17 02:06:41 +08:00
fix:sandbox misspelling (#5073)
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user