Fix `RepoInfo` delegate type
3 files changed
+4
-3
8a417404
→
43ad446d
modified src-tauri/bindings/RepoInfo.ts
@@ -1,4 +1,5 @@
|
|
| + | |
|
|
|
|
|
@@ -6,7 +7,7 @@ import type { SupportedPayloads } from "./SupportedPayloads";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src-tauri/src/types/repo.rs
@@ -11,7 +11,7 @@ use super::cobs::Author;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/RepoCard.svelte
@@ -53,7 +53,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|