Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jicheng Lu committed Jun 19, 2024
1 parent a6e5c93 commit 716008c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ public bool SaveMessageFiles(string conversationId, string messageId, string sou
using var fs = new FileStream(Path.Combine(subDir, file.FileName), FileMode.OpenOrCreate);
fs.Write(bytes, 0, bytes.Length);
fs.Flush();
fs.Close();
Thread.Sleep(2000);
}

Expand Down

0 comments on commit 716008c

Please sign in to comment.