Skip to content

Commit cb4542a

Browse files
committedJun 5, 2019
add languages
1 parent 7505041 commit cb4542a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const envelopeSchema = Joi.object().keys({
5252
})
5353
.required(),
5454
language: Joi.string()
55-
.valid("javascript", "python", "ruby", "go", "solidity", "general", "php", "java", "dotnet")
55+
.valid("javascript", "python", "ruby", "go", "solidity", "general", "php", "java", "dotnet", "elixir", "c")
5656
.required(),
5757
status: Joi.string()
5858
.valid("success", "failure")

0 commit comments

Comments
 (0)
Failed to load comments.