Skip to content

Commit f77f9fd

Browse files
committed
rm unnecessary return
1 parent e99c25e commit f77f9fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lambdas/backend-api/src/templates/app/routing-config-client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export class RoutingConfigClient {
3333
user
3434
);
3535

36-
if (createResult.error) return createResult;
37-
3836
return createResult;
3937
}
4038

0 commit comments

Comments
 (0)