Skip to content

Commit c0ada5d

Browse files
committed
Fix check
1 parent 31ece94 commit c0ada5d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/storage/storage.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,7 @@ func Init() error {
6767
return err
6868
}
6969

70-
if err := initLFS(); err != nil {
71-
return err
72-
}
73-
74-
return nil
70+
return initLFS()
7571
}
7672

7773
func initAttachments() error {

0 commit comments

Comments
 (0)