Skip to content

Commit

Permalink
Merge pull request #54 from magma-labs/chore/add-artificial-intellige…
Browse files Browse the repository at this point in the history
…nce-record-to-channels

Add `ai` record to channels
  • Loading branch information
Ilyeo authored Jun 20, 2024
2 parents 4526f12 + 5c02a55 commit 78ead81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/seeds/common/channels.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
{ name: 'testing', twitter_hashtag: 'testing' },
{ name: 'vim', twitter_hashtag: 'vim' },
{ name: 'vue', twitter_hashtag: 'vue' },
{ name: 'workflow', twitter_hashtag: 'workflow' }
{ name: 'workflow', twitter_hashtag: 'workflow' },
{ name: 'ai', twitter_hashtag: 'ai' }
]

channels.each do |channel|
Expand Down

0 comments on commit 78ead81

Please sign in to comment.