This commit is contained in:
Shaun Kirk Wong
2022-03-29 01:44:03 +00:00
committed by GitHub
parent f4bd1b98a2
commit 30f4425d9f
2 changed files with 3 additions and 2 deletions

3
dist/index.js generated vendored
View File

@@ -35,7 +35,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.addToProject = void 0;
exports.mustGetOwnerTypeQuery = exports.addToProject = void 0;
const core = __importStar(__nccwpck_require__(2186));
const github = __importStar(__nccwpck_require__(5438));
// TODO: Ensure this (and the Octokit client) works for non-github.com URLs, as well.
@@ -119,6 +119,7 @@ function mustGetOwnerTypeQuery(ownerType) {
}
return ownerTypeQuery;
}
exports.mustGetOwnerTypeQuery = mustGetOwnerTypeQuery;
/***/ }),