Skip to content

Commit

Permalink
reduce package size
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 5, 2024
1 parent f9671d9 commit 985adb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/clients/claude/index.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://github.com/Explosion-Scratch/claude-unofficial-api
/* eslint-disable */

import { fetchSSE } from '../../../utils/index.mjs'
import { fetchSSE } from '../../../utils/fetch-sse'
import { isEmpty } from 'lodash-es'

/**
Expand Down

0 comments on commit 985adb9

Please sign in to comment.