Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yt3trees committed Apr 15, 2023
1 parent 867f692 commit fc274dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenAIOnWPF/UtilityFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public static void InitializeConfigDataTable()
{
if (AppSettings.ConfigDataTable == null)
{
InitializeConfigDataTable();
DataSet ds = new DataSet();
AppSettings.ConfigDataTable = new DataTable();
AppSettings.ConfigDataTable.Columns.Add("ConfigurationName", typeof(string));
Expand Down

0 comments on commit fc274dd

Please sign in to comment.