chore(src): 🔧 Update TypeScript files in src directory

This commit is contained in:
Lilith 2026-01-23 08:45:21 -08:00
parent 5cfb2955f2
commit 3aa32129e3
12 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,4 @@
/** @jsxImportSource react */
/**
* Language Switcher Component
*

View file

@ -1,3 +1,4 @@
/** @jsxImportSource react */
/**
* makeI18n Factory - Domain/App-scoped i18n instances
*

View file

@ -1,3 +1,4 @@
/** @jsxImportSource react */
/**
* makeI18n Hooks
*

View file

@ -1,3 +1,4 @@
/** @jsxImportSource react */
/**
* makeI18n Factory - Domain/App-scoped i18n instances
*

View file

@ -1,3 +1,4 @@
/** @jsxImportSource react */
/**
* makeI18n Providers
*

View file

@ -1,3 +1,4 @@
/** @jsxImportSource react */
/**
* SSR (Server-Side Rendering) Support for i18n
*

View file

@ -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,
) {}
/**

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB