Skip to content

Commit adad9fe

Browse files
committed
fix: remove outdated programming language tags from preferences
1 parent 082c686 commit adad9fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/stores/preferences.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,9 @@ const defaultStorage: StateStorage = {
8484
const MAP_OLD_TAGS: Record<string, string> = {
8585
'artificial-intelligence': 'artificial intelligence',
8686
'machine-learning': 'machine learning',
87-
c: 'clang',
8887
cpp: 'c++',
8988
csharp: 'c#',
9089
'data-science': 'data science',
91-
go: 'golang',
9290
'objective-c': 'objectivec',
9391
}
9492

0 commit comments

Comments
 (0)