Skip to content

Commit

Permalink
Fixed using directive imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisIvanov committed Jun 18, 2024
1 parent 5315ea4 commit a450945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/server/CookingApp/Services/ChatService/ChatService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using CookingApp.Common;
using CookingApp.Infrastructure.Interfaces;
using CookingApp.Models.DTOs;
using CookingApp.Models;
using System.Text.Json;

public class ChatService : IChatService
Expand Down
1 change: 1 addition & 0 deletions src/server/CookingApp/Services/ChatService/IChatService.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace CookingApp.Services.ChatService
{
using CookingApp.Models.DTOs;
using CookingApp.Models;
using OpenAI.ObjectModels.ResponseModels;

public interface IChatService
Expand Down

0 comments on commit a450945

Please sign in to comment.