should fix null ref on Getting Exit adjustments
This commit is contained in:
@@ -304,6 +304,6 @@ public class RaidTimeAdjustmentService(
|
||||
result.Add(exitChange);
|
||||
}
|
||||
|
||||
return result.Count > 0 ? result : null;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user