Skip to content

Commit

Permalink
Update src/kiota/Handlers/BaseKiotaCommandHandler.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Eastman <[email protected]>
  • Loading branch information
baywet and andrueastman authored Mar 7, 2024
1 parent 2c9bea1 commit 3fe6765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kiota/Handlers/BaseKiotaCommandHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace kiota.Handlers;

internal abstract class BaseKiotaCommandHandler : ICommandHandler, IDisposable
{
protected void DefaultSerializersAndDeserializers(GenerationConfiguration generationConfiguration)
protected static void DefaultSerializersAndDeserializers(GenerationConfiguration generationConfiguration)
{ // needed until we have rollup packages
var defaultGenerationConfiguration = new GenerationConfiguration();
generationConfiguration.Serializers = defaultGenerationConfiguration.Serializers;
Expand Down

0 comments on commit 3fe6765

Please sign in to comment.