mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 11:57:02 +00:00
Stash cancel
Former-commit-id: 6ad957ee4c34ad2f4df065a84d127bef5c87da99
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user