mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Stash cancel
Former-commit-id: 6ad957ee4c34ad2f4df065a84d127bef5c87da99
This commit is contained in:
parent
9777490822
commit
d379e753b6
|
@ -46,7 +46,7 @@ func (dal *tDjangoAssetLoader) Get(path string) (io.Reader, error) {
|
|||
}
|
||||
|
||||
res, err := dal.assetGet(path)
|
||||
if err {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user