We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc441af commit 9393daaCopy full SHA for 9393daa
assets/js/editor/Editor.tsx
@@ -223,7 +223,6 @@ async function loadDTS(specifier: string): Promise<Lib[]> {
223
// This is basically a hack to work around https://github.com/OpenFn/lightning/issues/2641
224
// If we find a types.d.ts, append it to every other file
225
adaptorDefs = adaptorDefs.map(def => def.replace('{{$TYPES}}', types));
226
- console.log(adaptorDefs);
227
228
results.push(
229
...adaptorDefs.map(content => ({
0 commit comments