mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00:00
Removing extra semi colon (#6246)
This commit is contained in:
@@ -39,7 +39,7 @@ public class EventRepository : IEventRepository
|
||||
DateTime startDate, DateTime endDate, PageOptions pageOptions)
|
||||
{
|
||||
return await GetManyAsync($"OrganizationId={secret.OrganizationId}",
|
||||
$"SecretId={secret.Id}__Date={{0}}", startDate, endDate, pageOptions); ;
|
||||
$"SecretId={secret.Id}__Date={{0}}", startDate, endDate, pageOptions);
|
||||
}
|
||||
|
||||
public async Task<PagedResult<IEvent>> GetManyByProjectAsync(Project project,
|
||||
|
||||
Reference in New Issue
Block a user