Remove the interface declaration for MoveInstructionAsync since it's now a private method

This commit is contained in:
franc
2025-04-16 17:27:08 +02:00
parent 825818645a
commit 32aaec7d65
@@ -6,6 +6,5 @@
Task MoveInstructionDownAsync(Guid instructionId);
Task MoveInstructionAsync(Guid instructionId, bool moveUp);
}
}