push: Stop unnecessarily fetching the application name

Change-type: patch
This commit is contained in:
Thodoris Greasidis 2023-05-20 00:21:16 +03:00
parent 05a96fa60e
commit bcadbdbed8

View File

@ -328,7 +328,7 @@ export default class PushCmd extends Command {
]);
const application = await getApplication(sdk, appNameOrSlug, {
$select: ['app_name', 'slug'],
$select: 'slug',
});
const opts = {