|
|
@@ -166,7 +166,7 @@ public class AssetService {
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
- applicationContext.publishEvent(new CreateAssetEvent(this, false, asset));
|
|
|
+ applicationContext.publishEvent(new CreateAssetEvent(this, true, asset));
|
|
|
}
|
|
|
|
|
|
public String ipfsUpload(String url) {
|