ing
This commit is contained in:
parent
1de1af1fdb
commit
92e71451eb
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@loafer/ng-rpc",
|
"name": "@loafer/ng-rpc",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.loafle.net/loafer/ng.git"
|
"url": "https://git.loafle.net/loafer/ng.git"
|
||||||
|
@ -152,7 +152,7 @@ export class RPCSubscribeService {
|
|||||||
results.push(Boolean(param));
|
results.push(Boolean(param));
|
||||||
break;
|
break;
|
||||||
case 'Date':
|
case 'Date':
|
||||||
results.push(new Date(param));
|
results.push(new Date(Number(param)));
|
||||||
break;
|
break;
|
||||||
case 'Function':
|
case 'Function':
|
||||||
throw new SubscriberParameterError(`Function type [${indexI}] is not allowed`);
|
throw new SubscriberParameterError(`Function type [${indexI}] is not allowed`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user