mirror of
https://github.com/bitwarden/server.git
synced 2025-04-27 07:42:15 -05:00
8 lines
130 B
C#
8 lines
130 B
C#
namespace Bit.Core
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const int BypassFiltersEventId = 12482444;
|
|
}
|
|
}
|