♻️ Refactor the notification service to use gorush as push service
This commit is contained in:
@ -7,8 +7,8 @@ namespace DysonNetwork.Sphere.Permission;
|
||||
|
||||
public class PermissionService(
|
||||
AppDatabase db,
|
||||
ICacheService cache,
|
||||
ILogger<PermissionService> logger)
|
||||
ICacheService cache
|
||||
)
|
||||
{
|
||||
private static readonly TimeSpan CacheExpiration = TimeSpan.FromMinutes(1);
|
||||
|
||||
|
Reference in New Issue
Block a user