Skip to content

Commit 781d6f5

Browse files
chore: add no access code
1 parent ef49bcc commit 781d6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/app/api/Api.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ interface Api {
2323
val PROCESS_ERROR_NO_COMMITS = 5
2424
val PROCESS_ERROR_PROCESSOR = 6
2525
val PROCESS_ERROR_EMPTY_REPO = 8
26+
val PROCESS_ERROR_NO_ACCESS = 9
2627
}
2728

2829
fun authorize(): Result<Unit>

0 commit comments

Comments
 (0)