Skip to content

Commit

Permalink
only build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gdl-gruendig committed May 17, 2022
1 parent 1096665 commit 3ea9b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public VorgangListItemDTO[] LadeVorgangsListeForWebJob(DateTime changedSince)
return null;
}

public VorgangDTO LadeVorgangForWebJob(Guid vorgangGuid, bool mitKunde = false)
public VorgangDTO LadeVorgangForWebJob(Guid vorgangGuid, bool mitKunde = false)
{
if (Login())
{
Expand Down

0 comments on commit 3ea9b69

Please sign in to comment.