Skip to content

Commit

Permalink
Fix using outdated interface names
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Nov 3, 2024
1 parent 7a41744 commit 644f46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Settings/SettingGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ChatAIze.PluginApi.Settings;

public class SettingGroup : ISettingGroup
public class SettingGroup : ISettingsGroup
{
public virtual required string Title { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion src/Settings/SettingSection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ChatAIze.PluginApi.Settings;

public class SettingSection : ISettingSection
public class SettingSection : ISettingsSection
{
public virtual required string Title { get; set; }

Expand Down

0 comments on commit 644f46d

Please sign in to comment.