We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ceb72 commit 3935b4fCopy full SHA for 3935b4f
web/src/pages/app/functions/mods/DebugPanel/index.tsx
@@ -93,7 +93,7 @@ export default function DebugPanel(props: { containerRef: any; showOverlay: bool
93
94
updateFunctionMutation.mutateAsync({
95
description: currentFunction?.desc,
96
- code: functionCache.getCache(currentFunction!.id, currentFunction!.source?.code),
+ code: currentFunction?.source.code,
97
methods: currentFunction?.methods,
98
websocket: currentFunction?.websocket,
99
name: currentFunction?.name,
0 commit comments