Skip to content

Commit ce0644f

Browse files
committed
Force label to be 'Screener Details'
1 parent ff84f14 commit ce0644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/EnvoyPluginJobAttachment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface EnvoyPluginCredentialJobAttachment extends EnvoyPluginTextJobAt
5252
* @category Attachment
5353
*/
5454
export interface EnvoyPluginScreenerJobAttachment extends EnvoyPluginJSONJobAttachment {
55-
label: string;
55+
label: 'Screener Details';
5656
value: ScreenerDetails;
5757
}
5858

0 commit comments

Comments
 (0)