Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/adp/adp.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/danny_test_app/danny_test_app.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/equifax/equifax.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/fiserv/fiserv.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/grain/grain.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/workflow_max/workflow_max.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/x_ai/x_ai.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
6 changes: 6 additions & 0 deletions docs-v2/pages/connect/_meta.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
{
"index": {
"title": "Overview"

Check failure on line 3 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"use-cases": {
"title": "Use Cases"

Check failure on line 6 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"quickstart": {
"title": "Quickstart"

Check failure on line 9 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"workflows": {
"title": "Running workflows"

Check failure on line 12 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"api": {
"title": "API & SDK Reference"

Check failure on line 15 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"tokens": {
"title": "Connect Tokens"

Check failure on line 18 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"environments": {
"title": "Environments"

Check failure on line 21 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"oauth-clients": {
"title": "OAuth Clients"

Check failure on line 24 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"webhooks": {
"title": "Webhooks"

Check failure on line 27 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"connect-link": {
"title": "Connect Link"

Check failure on line 30 in docs-v2/pages/connect/_meta.json

View workflow job for this annotation

GitHub Actions / Lint Code Base

Missing trailing comma
},
"troubleshooting": {
"title": "Troubleshooting"
},
"customize-your-app": {
"title": "Customize Your App"
},
Expand Down
Loading
Loading