Skip to content

Commit 05f9c9d

Browse files
committed
chore(release): uncomment endSession
1 parent 5e77a2a commit 05f9c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workers/release/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export default class ReleaseWorker extends Worker {
237237
/**
238238
* End transaction
239239
*/
240-
// await session.endSession();
240+
await session.endSession();
241241
}
242242
}
243243

0 commit comments

Comments
 (0)