Skip to content

Commit

Permalink
Refactor(API): Code refractor and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutak1337 committed Mar 30, 2024
1 parent 98f0da8 commit 119068f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace StellarChat.Server.Api.Domain.Chat.Models;

public enum ChatMessageType
internal enum ChatMessageType
{
Message,
File,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace StellarChat.Server.Api.Domain.Chat.Models;

public class ChatSession
internal class ChatSession
{
public Guid Id { get; set; }
public string Title { get; set; }
Expand Down

This file was deleted.

0 comments on commit 119068f

Please sign in to comment.