Skip to content

Commit

Permalink
Add missing IGetTasksForOrganizationQuery query registration
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-melton committed Jan 29, 2025
1 parent a5b3f80 commit 7622daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Vault/VaultServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ private static void AddVaultQueries(this IServiceCollection services)
services.AddScoped<IGetTaskDetailsForUserQuery, GetTaskDetailsForUserQuery>();
services.AddScoped<IMarkTaskAsCompleteCommand, MarkTaskAsCompletedCommand>();
services.AddScoped<IGetCipherPermissionsForUserQuery, GetCipherPermissionsForUserQuery>();
services.AddScoped<IGetTasksForOrganizationQuery, GetTasksForOrganizationQuery>();
}
}

0 comments on commit 7622daa

Please sign in to comment.