Skip to content

Commit

Permalink
Remove unnecessary Display wrapper for string
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Oct 8, 2024
1 parent 4733305 commit ca4cffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ where

// TODO prisma/team-orm#136: fix log subscription.
// NOTE: `params` is a part of the interface for query logs.
debug!(target: "mongodb_query_connector::query", item_type = "query", is_query = true, query = %query_string, params = "[]", duration_ms = elapsed);
debug!(target: "mongodb_query_connector::query", item_type = "query", is_query = true, query = query_string, params = "[]", duration_ms = elapsed);

res
}

0 comments on commit ca4cffe

Please sign in to comment.