Rename variable

This commit is contained in:
Michelle McDaniel 2021-03-01 13:33:51 -08:00
parent 84730a2aa8
commit fb92589f44
3 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@ type Branch =
{ GitBranchName: string
DisplayName: string
AkaMsChannel: string option
UseLegacyAkaMS: bool }
UseLegacyAkaMsChannel: bool }
type ReferenceTemplate =
{ AkaMSTemplate: string