1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-29 13:25:17 +01:00
bitwarden-server/src/Core/Constants.cs
2018-08-15 10:54:15 -04:00

8 lines
130 B
C#

namespace Bit.Core
{
public static class Constants
{
public const int BypassFiltersEventId = 12482444;
}
}