Skip to content

Commit

Permalink
Merge pull request #6 from AppFlowy-IO/move_http_service
Browse files Browse the repository at this point in the history
chore: move http service
  • Loading branch information
appflowy authored Dec 17, 2024
2 parents 7c077fa + 01a376b commit dc4a0ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/services/http_service_impl.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO: implement the http service
File renamed without changes.
3 changes: 1 addition & 2 deletions tests/services/mock_http_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ import {
STREAM_ANSWER_KEY,
STREAM_METADATA_KEY,
} from '@appflowy-chat/types/ai';
import { ChatHttpService } from '@appflowy-chat/services/http_service';
import { ChatError } from '@appflowy-chat/types/error';
import { ErrorCode } from '@appflowy-chat/types/error';

import { ChatHttpService } from '@appflowy-chat/types/http_service';
class MockChat {
settings: ChatSettings;
messages: ChatMessage[];
Expand Down

0 comments on commit dc4a0ba

Please sign in to comment.