Skip to content

Commit d9ef44d

Browse files
authored
Merge pull request #668 from sid88in/fix/lint-issue
fix: linter issue
2 parents eba67cf + 32e5322 commit d9ef44d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/resources/Api.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ export class Api {
155155
LogGroupName: {
156156
'Fn::Join': [
157157
'/',
158-
['/aws/appsync/apis', { 'Fn::GetAtt': [apiLogicalId, 'ApiId'] }],
158+
[
159+
'/aws/appsync/apis',
160+
{ 'Fn::GetAtt': [apiLogicalId, 'ApiId'] },
161+
],
159162
],
160163
},
161164
RetentionInDays:
@@ -164,7 +167,7 @@ export class Api {
164167
},
165168
},
166169
};
167-
};
170+
}
168171

169172
return {
170173
[logGroupLogicalId]: {

0 commit comments

Comments
 (0)