chore: Use key instead of name as parameter for getApp query
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "Twitch",
|
||||
"key": "twitch",
|
||||
"slug": "twitch",
|
||||
"iconUrl": "https://automatisch.io/apps/twitch.png",
|
||||
"docUrl": "https://automatisch.io/docs/twitch",
|
||||
"primaryColor": "6441a5",
|
||||
|
@@ -16,7 +16,7 @@ export default class Twitter {
|
||||
});
|
||||
|
||||
this.connectionData = connectionData;
|
||||
this.appData = App.findOneByName('twitter');
|
||||
this.appData = App.findOneByKey('twitter');
|
||||
}
|
||||
|
||||
async createAuthLink() {
|
||||
|
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "Twitter",
|
||||
"key": "twitter",
|
||||
"slug": "twitter",
|
||||
"iconUrl": "https://automatisch.io/apps/twitter.png",
|
||||
"docUrl": "https://automatisch.io/docs/twitter",
|
||||
"primaryColor": "2DAAE1",
|
||||
|
Reference in New Issue
Block a user