Skip to content

Commit 8905354

Browse files
committed
refactor: todo
1 parent 61cdffb commit 8905354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/spp/protocol/service/LiveManagementService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ interface LiveManagementService {
5050
}
5151
}
5252

53-
fun reset(): Future<Void>
53+
//fun reset(): Future<Void> //todo: handle permission via JWT
5454
fun getRolePermissions(role: String): Future<List<RolePermission>>
5555
fun getClientAccessors(): Future<List<ClientAccess>>
5656
fun getClientAccess(id: String): Future<ClientAccess?>

0 commit comments

Comments
 (0)