Skip to content

Commit 25b13ff

Browse files
committed
Remove duplicate dotNetKey
1 parent 244febf commit 25b13ff

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)