Refactor usage of authorSchema
modified http-client/index.ts
@@ -9,6 +9,7 @@ import type {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -50,6 +51,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified http-client/lib/project.ts
@@ -26,6 +26,7 @@ import {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -34,7 +35,7 @@ const repoSchema = object({
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified http-client/lib/shared.ts
@@ -117,6 +117,8 @@ export const codeLocationSchema = object({
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/lib/utils.ts
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -80,10 +80,7 @@ export function formatCommit(oid: string): string {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/views/projects/Cob/Revision.svelte
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -44,7 +45,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/projects/Patch.svelte
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -168,7 +169,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|