fix import order in i/claim-achievement.ts

This commit is contained in:
Hazelnoot 2025-02-04 10:43:51 -05:00
parent c73de4ece0
commit 5745b942e0

View file

@ -3,8 +3,8 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
import { DI } from '@/di-symbols.js';
import { Inject, Injectable } from '@nestjs/common';
import { DI } from '@/di-symbols.js';
import { Endpoint } from '@/server/api/endpoint-base.js';
import { AchievementService, ACHIEVEMENT_TYPES } from '@/core/AchievementService.js';
import type { MiMeta } from '@/models/_.js';