Skip to content

Commit

Permalink
chore: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Sep 5, 2024
1 parent ace82db commit 6c4aed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/ateliereLive/ingest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ export async function getSourceThumbnail(
export async function deleteSrtSource(ingestUuid: string, sourceId: number) {
const response = await fetch(
new URL(
AGILE_BASE_API_PATH + `/ingests/${ingestUuid}/sources/${sourceId}`,
process.env.AGILE_URL
LIVE_BASE_API_PATH + `/ingests/${ingestUuid}/sources/${sourceId}`,
process.env.LIVE_URL
),
{
method: 'DELETE',
Expand Down

0 comments on commit 6c4aed5

Please sign in to comment.