Skip to content

Commit a39bdf6

Browse files
DaStormerCopilot
andauthored
apply suggestions from AI code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 271ef6c commit a39bdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/functions/teams/read/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const teamsRead: ValidatedEventAPIGatewayProxyEvent<typeof schema> = async (even
114114
body: JSON.stringify({
115115
statusCode: 200,
116116
message: 'Successfully read team',
117-
team: JSON.stringify(team),
117+
team,
118118
}),
119119
};
120120
} catch (error) {

0 commit comments

Comments
 (0)