File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/core/endpoints/objects Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ export class SetChannelMetadataRequest<
69
69
70
70
protected get headers ( ) : Record < string , string > | undefined {
71
71
if ( this . parameters . ifMatchesEtag ) {
72
- return { 'If-Match' : this . parameters . ifMatchesEtag }
72
+ return { 'If-Match' : this . parameters . ifMatchesEtag } ;
73
73
} else {
74
- return undefined
74
+ return undefined ;
75
75
}
76
76
}
77
77
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ export class SetUUIDMetadataRequest<
72
72
73
73
protected get headers ( ) : Record < string , string > | undefined {
74
74
if ( this . parameters . ifMatchesEtag ) {
75
- return { " If-Match" : this . parameters . ifMatchesEtag }
75
+ return { ' If-Match' : this . parameters . ifMatchesEtag } ;
76
76
} else {
77
- return undefined
77
+ return undefined ;
78
78
}
79
79
}
80
80
You can’t perform that action at this time.
0 commit comments