Skip to content

Commit

Permalink
Fixing my mistake on a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Windos committed Dec 23, 2020
1 parent df4b867 commit ba91e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BurntToast/Public/New-BurntToastNotification.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@

$ToastSplat = @{
Content = $Content
AppId = $Script:Config.AppId
AppId = $AppId
}

if ($UniqueIdentifier) {
Expand Down

0 comments on commit ba91e40

Please sign in to comment.