Skip to content

Commit

Permalink
Trigger a lambdas build
Browse files Browse the repository at this point in the history
  • Loading branch information
RobKraft committed Dec 12, 2024
1 parent 1278cf2 commit 43b338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lambdas/GetOrgItems/Function.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static async Task<string> FunctionHandler(ILambdaContext context)
}
}
}
}
}
catch (Exception ex)
{
Console.WriteLine($"connstring={_connectionString} and error: {ex.Message}");
Expand Down

0 comments on commit 43b338c

Please sign in to comment.