Skip to content

Commit 25fc6c3

Browse files
add missing Promise requires
1 parent e7f3ace commit 25fc6c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/atomic-session-connpair.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'use strict'
22

3+
const Promise = require('bluebird')
4+
35
const RESOLVE_SYM = Symbol()
46
const REJECT_SYM = Symbol()
57

lib/tx-session-connpair.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'use strict'
22

3+
const Promise = require('bluebird')
4+
35
const RESOLVE_SYM = Symbol()
46
const REJECT_SYM = Symbol()
57

0 commit comments

Comments
 (0)