clean up
This commit is contained in:
parent
a59ed49a9a
commit
532b87f719
2 changed files with 2 additions and 4 deletions
|
@ -36,6 +36,7 @@ namespace BirdsiteLive.Pipeline.Processors
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Console.WriteLine(e);
|
Console.WriteLine(e);
|
||||||
|
//TODO handle error
|
||||||
}
|
}
|
||||||
|
|
||||||
await Task.Delay(SyncPeriod * 1000 * 60, ct);
|
await Task.Delay(SyncPeriod * 1000 * 60, ct);
|
||||||
|
|
|
@ -126,9 +126,6 @@ namespace BirdsiteLive.Controllers
|
||||||
// Do something
|
// Do something
|
||||||
var signature = r.Headers["Signature"].First();
|
var signature = r.Headers["Signature"].First();
|
||||||
|
|
||||||
Console.WriteLine(body);
|
|
||||||
Console.WriteLine();
|
|
||||||
|
|
||||||
switch (activity?.type)
|
switch (activity?.type)
|
||||||
{
|
{
|
||||||
case "Follow":
|
case "Follow":
|
||||||
|
|
Loading…
Add table
Reference in a new issue