feat(cli,webapp): target notifications by minimum CLI version (#4407)
This commit is contained in:
@@ -606,6 +606,7 @@ export class CliApiClient {
|
||||
headers: {
|
||||
Authorization: `Bearer ${this.accessToken}`,
|
||||
"Content-Type": "application/json",
|
||||
"x-trigger-cli-version": VERSION,
|
||||
},
|
||||
signal,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user