2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-04-04 14:08:20 +00:00
This commit is contained in:
2021-03-10 01:25:20 +03:00
parent ca2b89540a
commit a08519bde8
55 changed files with 4190 additions and 6679 deletions

View File

@@ -28,10 +28,10 @@
export default class CustomResourceEvent
{
constructor(issuer, receivers, params)
constructor(issuer, receivers, args)
{
this.issuer = issuer;
this.receivers = receivers;
this.params = params;
this.args = args;
}
}