Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace services and controllers #3677

Closed

Conversation

ivov
Copy link
Contributor

@ivov ivov commented Jul 8, 2022

Ref #3601

@@ -6,13 +6,15 @@ import express from 'express';
import * as config from '../../config';
import { CredentialRequest } from '../requests';
import { UserService } from '../user/user.service';
import { EECreditentialsService as EECredentials } from './credentials.service.ee';
import { EE as Enterprise } from './credentials.service.ee';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temp alias needed since EE is taken, but only in this spot. Small price for better readability everywhere else.

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Jul 8, 2022
@ivov ivov closed this Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant