Skip to content

Commit

Permalink
🐛 Fix shared metadat
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jun 23, 2024
1 parent ec4b54e commit e6b29b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ngrok.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
authtoken: NGROK_TOKEN
authtoken: TOKEN
log_level: debug
log: stdout

tunnels:
api-tunnel:
proto: http
addr: 3000
domain: NGROK_DOMAIN
domain: DOMAIN
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { TicketingObject } from '@ticketing/@lib/@types';
import { FieldMappingService } from '@@core/field-mapping/field-mapping.service';
import { OriginalTicketOutput } from '@@core/utils/types/original/original.ticketing';
import { ServiceRegistry } from './registry.service';
import { throwTypedError, UnifiedTicketingError } from '@@core/utils/errors';
import { CoreUnification } from '@@core/utils/services/core.service';

@Injectable()
Expand Down
1 change: 0 additions & 1 deletion packages/shared/src/connectors/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
apiUrl: (domain) => `https://${domain}.gorgias.com/api`,
authBaseUrl: (domain) => `https://${domain}.com/connections/gorgias/oauth/install`,
},
active: false,
options: {
company_subdomain: true,
},
Expand Down

0 comments on commit e6b29b8

Please sign in to comment.