Remove testing code
This commit is contained in:
@@ -10,7 +10,7 @@ export async function getEnvironments(
|
|||||||
try {
|
try {
|
||||||
const response = await client.repos.getAllEnvironments({
|
const response = await client.repos.getAllEnvironments({
|
||||||
owner,
|
owner,
|
||||||
repo: "bob",
|
repo: name,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (response.data.environments) {
|
if (response.data.environments) {
|
||||||
|
|||||||
Reference in New Issue
Block a user