Skip to content

Commit a02f8ce

Browse files
fix: add missing extractEnvVariable import in parsers.ts
1 parent bc6216c commit a02f8ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/data-provider/src/parsers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type * as a from './types/assistants';
44
import type * as s from './schemas';
55
import type * as t from './types';
66
import { ContentTypes } from './types/runs';
7+
import { extractEnvVariable } from './utils';
78
import {
89
openAISchema,
910
googleSchema,

0 commit comments

Comments
 (0)