Skip to content

Commit

Permalink
update namespace of WorkflowGroup Dtos
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelNagato authored and wh1337 committed Jul 18, 2023
1 parent cb69eac commit 759cdb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Novu.Tests/WorkflowGroups/WorkflowGroupUnitTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Novu.DTO;
using Novu.DTO.WorkflowGroup;

namespace Novu.Tests.WorkflowGroups
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Newtonsoft.Json;

namespace Novu.DTO
namespace Novu.DTO.WorkflowGroup
{
public class WorkflowGroupDto
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Newtonsoft.Json;

namespace Novu.DTO
namespace Novu.DTO.WorkflowGroup
{
public class WorkflowGroupResponsePayloadDto
{
Expand Down
2 changes: 1 addition & 1 deletion src/Novu/Interfaces/IWorkflowGroupClient.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Novu.DTO;
using Novu.DTO.WorkflowGroup;
using Refit;

namespace Novu.Interfaces
Expand Down
2 changes: 1 addition & 1 deletion src/Novu/Novu.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<!-- General Settings -->
<PropertyGroup>
Expand Down

0 comments on commit 759cdb9

Please sign in to comment.