Skip to content

Commit daa5be7

Browse files
committed
SBERDOMA-347 fixed linter errors
1 parent 2a1ab49 commit daa5be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/condo/domains/common/utils/serverSchema/changeTrackable.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ const Person = new GQLListSchema('Person', {
6363
})
6464

6565
const personDisplayNameSingleRelationshipResolvers = {
66-
currentHome: () => {},
66+
currentHome: () => 'stub',
6767
}
6868

6969
const personDisplayNameManyRelationshipResolvers = {
70-
homes: () => {},
70+
homes: () => 'stub',
7171
}
7272

7373
describe('changeTrackable', () => {

0 commit comments

Comments
 (0)