mirror of
https://github.com/bitwarden/server
synced 2025-12-24 20:23:21 +00:00
8 lines
130 B
C#
8 lines
130 B
C#
namespace Bit.Core
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const int BypassFiltersEventId = 12482444;
|
|
}
|
|
}
|