Skip to content

Commit

Permalink
Processing: Fix private API name warm-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Dec 16, 2024
1 parent 4e41dcc commit f6d4348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/steps/externalTriggers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function triggerPostProcessing() {
return triggerPrivateApi('post-processing-hook')
}
export async function triggerCacheWarming() {
return triggerPrivateApi('cache-warming')
return triggerPrivateApi('warm-cache')
}

/**
Expand Down

0 comments on commit f6d4348

Please sign in to comment.