Skip to content

Commit

Permalink
modify languageOptions constant
Browse files Browse the repository at this point in the history
  • Loading branch information
knbr13 committed May 20, 2023
1 parent c7cb594 commit 86ba83a
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions src/constants/languageOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const languageOptions = [
{
id: 63,
name: "JavaScript",
label: "JavaScript",
label: "Node JS",
value: "javascript",
},
{
Expand Down Expand Up @@ -35,42 +35,6 @@ export const languageOptions = [
label: "C++",
value: "cpp",
},
{
id: 48,
name: "C",
label: "C",
value: "c",
},
{
id: 52,
name: "C++",
label: "C++",
value: "cpp",
},
{
id: 49,
name: "C",
label: "C",
value: "c",
},
{
id: 53,
name: "C++",
label: "C++",
value: "cpp",
},
{
id: 50,
name: "C",
label: "C",
value: "c",
},
{
id: 54,
name: "C++",
label: "C++",
value: "cpp",
},
{
id: 86,
name: "Clojure",
Expand Down Expand Up @@ -223,12 +187,6 @@ export const languageOptions = [
label: "Python",
value: "python",
},
{
id: 71,
name: "Python",
label: "Python",
value: "python",
},
{
id: 80,
name: "R",
Expand Down

0 comments on commit 86ba83a

Please sign in to comment.