Skip to content

Commit

Permalink
static
Browse files Browse the repository at this point in the history
  • Loading branch information
addixon committed Jun 20, 2024
1 parent 458ebca commit 156c446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqttlistener/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class Program
{
public async Task Main(string[] args)
public static async Task Main(string[] args)
{
var host = new HostBuilder()
.ConfigureFunctionsWebApplication().ConfigureHostConfiguration(builder =>
Expand Down

0 comments on commit 156c446

Please sign in to comment.