Skip to content

Commit

Permalink
fix: add Rust to interest options
Browse files Browse the repository at this point in the history
Closes #976
  • Loading branch information
brandonroberts committed Mar 8, 2023
1 parent cba1ea6 commit fd5c480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils/getInterestOptions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const getInterestOptions = () => {
const interests = ["javascript", "python", "java", "typescript", "csharp", "cpp", "php", "c", "ruby" , "ai", "ml", "react"];
const interests = ["javascript", "python", "java", "typescript", "rust", "csharp", "cpp", "php", "c", "ruby" , "ai", "ml", "react"];

return interests;
};
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/getTopicOptions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const getTopicOptions = () => {
const topics = ["javascript", "python", "java", "typescript", "csharp", "cpp", "php", "c", "ruby" , "ai", "ml", "react"];
const topics = ["javascript", "python", "java", "typescript", "rust", "csharp", "cpp", "php", "c", "ruby" , "ai", "ml", "react"];

return topics;
};
Expand Down

0 comments on commit fd5c480

Please sign in to comment.