wong2 / chatgpt-google-extension

This project is deprecated. Check my new project ChatHub:
https://github.com/chathub-dev/chathub
GNU General Public License v3.0
13.26k stars 1.5k forks source link

Fix:Incorrect file extension #381

Closed alpererdogan8 closed 1 year ago

alpererdogan8 commented 1 year ago

While the extension of the stream-async-iterable file was .ts, I saw that it was called as import { streamAsyncIterable } from './stream-async-iterable.js' when calling it in fetch-sse.ts, I wanted to fix it, thank you.