Skip to content

Commit

Permalink
fix: add getNEXDataByPID import to spr
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload committed Jan 8, 2025
1 parent 8689988 commit 065f57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/spr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import express from 'express';
import subdomain from 'express-subdomain';
import Dicer from 'dicer';
import { getDuplicateCECData, getRandomCECData } from '@/database';
import { getFriends } from '@/util';
import { getFriends, getNEXDataByPID } from '@/util';
import { CECData } from '@/models/cec-data';
import { CECSlot } from '@/models/cec-slot';
import { SendMode, SPRSlot } from '@/types/common/spr-slot';
Expand Down

0 comments on commit 065f57c

Please sign in to comment.