Skip to content

Commit

Permalink
fix: add ReadableStream import for attachment handling
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Dec 24, 2024
1 parent d14fb0f commit ce41780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/messages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { FormData, File } from 'formdata-node';
import { ReadableStream } from 'node:stream/web';
import APIClient, { RequestOptionsParams } from '../apiClient.js';
import { Overrides } from '../config.js';
import {
Expand Down

0 comments on commit ce41780

Please sign in to comment.