1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

match default is null

This commit is contained in:
Kyle Spearrin
2018-03-01 09:34:27 -05:00
parent 2b276e9986
commit 48722e4b71
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ namespace Bit.Core.Models.Data
}
public string Uri { get; set; }
public UriMatchType? Match { get; set; }
public UriMatchType? Match { get; set; } = null;
}
}
}