Skip to content

Commit

Permalink
Uncommitted change for Database.getSnapshot: end span before sending …
Browse files Browse the repository at this point in the history
…back response
  • Loading branch information
odeke-em committed Oct 24, 2024
1 parent 0458064 commit 5bf4980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2114,6 +2114,7 @@ class Database extends common.GrpcServiceObject {
}

this._releaseOnEnd(session!, snapshot, span);
span.end();
callback!(err, snapshot);
});
});
Expand Down

0 comments on commit 5bf4980

Please sign in to comment.