We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95272c2 commit 18a9367Copy full SHA for 18a9367
src/repo.v
@@ -25,7 +25,7 @@ struct Repo {
25
latest_update_hash string @[skip]
26
latest_activity time.Time @[skip]
27
mut:
28
- git_repo &git.Repo @[skip] // libgit wrapper repo
+ git_repo &git.Repo = unsafe { nil } @[skip] // libgit wrapper repo
29
webhook_secret string
30
tags_count int
31
nr_open_issues int @[orm: 'open_issues_count']
0 commit comments