mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
Removing extra semi colon (#6246)
This commit is contained in:
parent
236027fc22
commit
a7fc89a5bb
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user