Skip to content

Commit b9dc0ec

Browse files
committed
Fix index.js
1 parent 67cc06d commit b9dc0ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,15 +1826,15 @@ export default [
18261826
url: 'https://leetcode.com/problems/longest-word-in-dictionary/',
18271827
pattern: 'Trie',
18281828
difficulty: 'Easy',
1829-
companies: ['Goldman Sachs', 'Google',],
1829+
companies: ['Goldman Sachs', 'Google'],
18301830
},
18311831
{
18321832
id: 165,
18331833
name: 'Index Pairs of a String',
18341834
url: 'https://leetcode.com/problems/index-pairs-of-a-string/',
18351835
pattern: 'Trie',
18361836
difficulty: 'Easy',
1837-
companies: ['Amazon',],
1837+
companies: ['Amazon'],
18381838
},
18391839
{
18401840
id: 166,

0 commit comments

Comments
 (0)