mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +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)
|
res, err := dal.assetGet(path)
|
||||||
if err {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user