Skip to content

Commit f924fc1

Browse files
BryanBryan
authored andcommitted
Profile extension refactoring (WIP)
1 parent 7d622c4 commit f924fc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/connection/snapshots/profiles/retrieveProfileExtensions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ module.exports = (() => {
9292
if (symbols.length === 0) {
9393
return Promise.resolve([ ]);
9494
}
95+
96+
return Promise.resolve([ ]);
9597
});
9698
}
9799

0 commit comments

Comments
 (0)