mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
fix CICD
This commit is contained in:
@ -3,10 +3,10 @@ using System.Threading.Tasks;
|
|||||||
using BirdsiteLive.DAL.Contracts;
|
using BirdsiteLive.DAL.Contracts;
|
||||||
using BirdsiteLive.DAL.Models;
|
using BirdsiteLive.DAL.Models;
|
||||||
|
|
||||||
namespace BirdsiteLive.Pipeline.Processors.SubTasks;
|
namespace BirdsiteLive.Pipeline.Processors.SubTasks
|
||||||
|
|
||||||
public class SendTweetsTaskBase
|
|
||||||
{
|
{
|
||||||
|
public class SendTweetsTaskBase
|
||||||
|
{
|
||||||
private readonly ISyncTweetsPostgresDal _syncTweetsPostgresDal;
|
private readonly ISyncTweetsPostgresDal _syncTweetsPostgresDal;
|
||||||
|
|
||||||
#region Ctor
|
#region Ctor
|
||||||
@ -28,4 +28,5 @@ public class SendTweetsTaskBase
|
|||||||
};
|
};
|
||||||
await _syncTweetsPostgresDal.SaveTweetAsync(tweet);
|
await _syncTweetsPostgresDal.SaveTweetAsync(tweet);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user