fix typo in app name (#10965)

pull/10969/head
Prabhat Khera 2024-01-17 12:15:58 +13:00 committed by GitHub
parent ccc97e6f78
commit 51ae2198f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ async function patchApplicationByKind<T extends Application>(
) {
try {
const res = await axios.patch<T>(
buildUrl(environmentId, namespace, `${appKind}s`, `${name}sd`),
buildUrl(environmentId, namespace, `${appKind}s`, name),
patch,
{
headers: {