Skip to content

Commit 1d41198

Browse files
committed
chore: add missing import
1 parent 69b6b76 commit 1d41198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/e-cherry-pick.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const path = require('path');
88
const os = require('os');
99
const { Octokit } = require('@octokit/rest');
1010

11+
const { getGerritPatchDetailsFromURL } = require('./utils/gerrit');
1112
const { getGitHubAuthToken } = require('./utils/github-auth');
1213
const { fatal, color } = require('./utils/logging');
1314

0 commit comments

Comments
 (0)