Skip to content

Commit

Permalink
Fix wrong namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuge233 committed Feb 23, 2025
1 parent cdfadcb commit 9b30254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EGSFreeGamesNotifier/Models/PostContent/MeowPostContent.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;

namespace SteamDBFreeGames.Models.PostContent {
namespace EGSFreeGamesNotifier.Models.PostContent {
public class MeowPostContent {
[JsonPropertyName("title")]
public string Title { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion EGSFreeGamesNotifier/Services/Notifier/Meow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using EGSFreeGamesNotifier.Models.Record;
using EGSFreeGamesNotifier.Strings;
using Microsoft.Extensions.Logging;
using SteamDBFreeGames.Models.PostContent;
using EGSFreeGamesNotifier.Models.PostContent;
using System.Text.Json;
using System.Text;

Expand Down

0 comments on commit 9b30254

Please sign in to comment.