Skip to content

Commit

Permalink
ChatService update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisIvanov committed Jun 11, 2024
1 parent b96d975 commit 5704fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/CookingApp/Services/ChatService/ChatService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
namespace CookingApp.Services.ChatHistory
{
using CookingApp.Infrastructure.Interfaces;
using CookingApp.Models.DTOs;
using System.Text.Json;

public class ChatService : IChatService
{
Expand Down

0 comments on commit 5704fba

Please sign in to comment.