Skip to content

Commit

Permalink
fix: resolve post-rebase merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ymijsters committed Jan 21, 2025
2 parents e61d295 + 8f3f0de commit b159e29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .aws/graasp-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"cpu": "2048",
"memory": "4096",
"requiresCompatibilities": ["FARGATE"],
"requiresCompatibilities": ["FARGATE"],
"networkMode": "awsvpc",
"runtimePlatform": {
"operatingSystemFamily": "LINUX",
Expand Down
1 change: 0 additions & 1 deletion src/services/item/plugins/folder/controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
} from '../../../../utils/errors';
import { ItemMembership } from '../../../itemMembership/entities/ItemMembership';
import { saveMember } from '../../../member/test/fixtures/members';
import { Item } from '../../entities/Item';
import { ItemTestUtils, expectItem } from '../../test/fixtures/items';
import { saveUntilMaxDescendants } from '../../test/utils';
import { ActionItemService } from '../action/service';
Expand Down

0 comments on commit b159e29

Please sign in to comment.