chore(src): 🔧 Update TypeScript files in src directory
|
|
@ -1,3 +1,4 @@
|
|||
/** @jsxImportSource react */
|
||||
/**
|
||||
* Language Switcher Component
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/** @jsxImportSource react */
|
||||
/**
|
||||
* makeI18n Factory - Domain/App-scoped i18n instances
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/** @jsxImportSource react */
|
||||
/**
|
||||
* makeI18n Hooks
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/** @jsxImportSource react */
|
||||
/**
|
||||
* makeI18n Factory - Domain/App-scoped i18n instances
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/** @jsxImportSource react */
|
||||
/**
|
||||
* makeI18n Providers
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/** @jsxImportSource react */
|
||||
/**
|
||||
* SSR (Server-Side Rendering) Support for i18n
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { Injectable, Logger, NotFoundException, BadRequestException } from '@nestjs/common';
|
||||
import { Cron, CronExpression } from '@nestjs/schedule';
|
||||
import { InjectRepository } from '@nestjs/typeorm';
|
||||
import { InjectRepository, InjectDataSource } from '@nestjs/typeorm';
|
||||
import { Repository, LessThanOrEqual, In, DataSource } from 'typeorm';
|
||||
|
||||
import { AnalyticsClientService, ExperimentPeriodMetrics } from '@/analytics-client';
|
||||
|
|
@ -59,7 +59,7 @@ export class ExperimentsService {
|
|||
@InjectRepository(PlatformSubscriptionTier)
|
||||
private readonly tierRepo: Repository<PlatformSubscriptionTier>,
|
||||
private readonly analyticsClient: AnalyticsClientService,
|
||||
private readonly dataSource: DataSource,
|
||||
@InjectDataSource() private readonly dataSource: DataSource,
|
||||
) {}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.8 MiB |