Remove testing code

This commit is contained in:
Beth Brennan
2022-11-21 17:36:13 -05:00
parent 2e8f4ea076
commit 4b644cbfd7
@@ -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) {