Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobKraft committed Dec 9, 2024
1 parent db6767f commit 9e594c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lambdas/GetCharityTypes/Function.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static async Task<string> FunctionHandler(ILambdaContext context)
}

// Use the source generator serialization
return JsonSerializer.Serialize(types, CustomSerializerContext.Default.ListCharityType);
return JsonSerializer.Serialize(types, CustomSerializer.Default.ListCharityType);
}
}

Expand Down

0 comments on commit 9e594c2

Please sign in to comment.