mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 02:19:25 +00:00
Don't expose task data via api (#4108)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export interface Task {
|
||||
id: number;
|
||||
data: string;
|
||||
labels: { [key: string]: string };
|
||||
dependencies: string[];
|
||||
dep_status: { [key: string]: string };
|
||||
|
Reference in New Issue
Block a user