Skip to content

Commit 34e5ee9

Browse files
chfritzchris-smith
authored andcommitted
Fixes a small (but catastrophic) typo in on-the-fly message generation code (#66)
1 parent 893774b commit 34e5ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/messageGeneration/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function buildMessageFromSpec(msgSpec) {
181181
Request,
182182
Response,
183183
md5sum: () => { return md5Sum; },
184-
dataType: () => { return fullMsg; }
184+
datatype: () => { return fullMsg; }
185185
};
186186
setMessageInRegistry(fullMsg, service, type);
187187
break;

0 commit comments

Comments
 (0)