Skip to content

Commit

Permalink
fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Feb 5, 2024
1 parent d53bcbb commit 91d11e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/vibe/db/mongo/connection.d
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ final class MongoConnection {

private int nextMessageId() { return m_msgid++; }

private void checkForError(string collection_name)
deprecated private void checkForError(string collection_name)
{
auto coll = collection_name.split(".")[0];
auto err = getLastError(coll);
Expand Down

0 comments on commit 91d11e2

Please sign in to comment.