Skip to content

Commit e0db103

Browse files
authored
Merge pull request #1325 from trycompai/main
[comp] Production Deploy
2 parents 252178f + df2031b commit e0db103

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A visual demonstration is strongly recommended, for both the original and new ch
3838

3939
<!-- Remove bullet points below that don't apply to you -->
4040

41-
- I haven't read the [contributing guide](https://github.com/trycomp/comp/blob/main/CONTRIBUTING.md)
41+
- I haven't read the [contributing guide](https://github.com/trycompai/comp/blob/main/CONTRIBUTING.md)
4242
- My code doesn't follow the style guidelines of this project
4343
- I haven't commented my code, particularly in hard-to-understand areas
4444
- I haven't checked if my changes generate no new warnings

packages/docs/docs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"group": "Integrations Guides",
3838
"pages": [
3939
"integrations/index",
40-
"integrations/deel",
4140
"integrations/aws",
4241
"integrations/azure",
4342
"integrations/gcp"

packages/integrations/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import Aws from './aws/config';
22
import Azure from './azure/config';
3-
import Deel from './deel/config';
43
import Gcp from './gcp/config';
54

6-
export const integrations = [Aws, Azure, Deel, Gcp];
5+
export const integrations = [Aws, Azure, Gcp];
76

87
// Export the integration factory
98
export { getIntegrationHandler, type IntegrationHandler } from './factory';

0 commit comments

Comments
 (0)