fix: updates license
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"author": "Sebastian Rindom",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.7.5",
|
||||
"@babel/core": "^7.7.5",
|
||||
|
||||
@@ -89,6 +89,8 @@ class EventBusService {
|
||||
return this.queue_.add({
|
||||
eventName,
|
||||
data,
|
||||
}, {
|
||||
removeOnComplete: true
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user