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 {
const response = await client.repos.getAllEnvironments({
owner,
repo: "bob",
repo: name,
});
if (response.data.environments) {