Skip to content

Commit

Permalink
disable delete topics until we have topics
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHanded committed Jul 10, 2024
1 parent dcc2a9d commit afd65ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async function destroy_stage(options: {
verify: options.verify,
});

await delete_topics(options);
// await delete_topics(options);
}

async function delete_topics(options: { stage: string }) {
Expand Down

0 comments on commit afd65ca

Please sign in to comment.