Skip to content

Commit 7279998

Browse files
committed
fix: Imports wrong path
1 parent 354411c commit 7279998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v3/auth.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ service AuthService {
1111
message AuthorizeRequest {
1212
string token = 1;
1313
repeated string resource_ids = 2;
14-
models.Permission permission = 3;
14+
aruna.api.v3.Permission permission = 3;
1515
string current_state = 4;
1616
}
1717

v3/events.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ message GetEventsRequest {
1515
}
1616

1717
message GetEventsResponse {
18-
repeated models.Event events = 1; // List of events
18+
repeated aruna.api.v3.Event events = 1; // List of events
1919
}

0 commit comments

Comments
 (0)