fix:漏删

This commit is contained in:
kissnavel 2025-04-16 21:30:25 +08:00
parent 69d9d95568
commit d32df038d8

View file

@ -91,7 +91,6 @@ export class ZZZPlugin extends plugin {
if (!deviceFp) { if (!deviceFp) {
let bindInfo = await redis.get(`ZZZ:DEVICE_FP:${ltuid}:BIND`); let bindInfo = await redis.get(`ZZZ:DEVICE_FP:${ltuid}:BIND`);
if (bindInfo) { if (bindInfo) {
deviceFp = await redis.get(`ZZZ:DEVICE_FP:${ltuid}:FP`);
data = { data = {
deviceFp, deviceFp,
}; };