Skip to content

Commit ba130c2

Browse files
committed
Merge pull request #319 from kgn/patch-1
Remove duplicate dotNetKey in bin/parse-server
2 parents 244febf + 25b13ff commit ba130c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/parse-server

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ if (process.env.PARSE_SERVER_OPTIONS) {
2121
options.restAPIKey = process.env.PARSE_SERVER_REST_API_KEY;
2222
options.dotNetKey = process.env.PARSE_SERVER_DOTNET_KEY;
2323
options.javascriptKey = process.env.PARSE_SERVER_JAVASCRIPT_KEY;
24-
options.dotNetKey = process.env.PARSE_SERVER_DOTNET_KEY;
2524
options.masterKey = process.env.PARSE_SERVER_MASTER_KEY;
2625
options.fileKey = process.env.PARSE_SERVER_FILE_KEY;
2726
// Comma separated list of facebook app ids

0 commit comments

Comments
 (0)