File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,11 +243,11 @@ class HtDataMongodb<T> implements HtDataClient<T> {
243243 'Failed to create item: ${writeResult .writeError ?.errmsg }' ,
244244 );
245245 }
246- _logger.finer ('insertOne successful for _id: ${doc ['_id' ]}' );
246+ _logger.. finer ('insertOne successful for _id: ${doc ['_id' ]}' )
247247
248248 // Best Practice: After insertion, fetch the canonical document from the
249249 // database to ensure the returned data is exactly what was stored.
250- _logger .finer ('Fetching newly created document for verification...' );
250+ . .finer ('Fetching newly created document for verification...' );
251251 final createdDoc = await _collection.findOne ({'_id' : doc['_id' ]});
252252 if (createdDoc == null ) {
253253 _logger.severe (
You can’t perform that action at this time.
0 commit comments