Skip to content

Commit

Permalink
Fix typo in ServiceExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoChenOSU committed Aug 11, 2023
1 parent 95696bb commit 2d9bde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/Extensions/ServiceExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static IServiceCollection AddOptions(this IServiceCollection services, Co
AddOptions<AuthorizationOptions>(AuthorizationOptions.PropertyName);

// Memory store configuration
AddOptions<MemoriesStoreOptions>(MemoriesStoreOptions.PropertyName);
AddOptions<MemoryStoreOptions>(MemoryStoreOptions.PropertyName);

// Chat log storage configuration
AddOptions<ChatStoreOptions>(ChatStoreOptions.PropertyName);
Expand Down

0 comments on commit 2d9bde6

Please sign in to comment.