We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb4211 commit 847dff4Copy full SHA for 847dff4
lib/procedure.js
@@ -28,7 +28,7 @@ class Procedure {
28
this.access = exp.access || '';
29
this.validate = exp.validate || null;
30
this.timeout = exp.timeout || 0;
31
- this.sirializer = exp.sirialize || null;
+ this.serializer = exp.serialize || null;
32
this.protocols = exp.protocols || null;
33
this.deprecated = exp.deprecated || false;
34
this.assert = exp.assert || null;
0 commit comments