mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
ApolloServer: fix uploads error message (#1820)
There was a typo in the error message.
This commit is contained in:
parent
3ed9e4ced7
commit
59af364aa3
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ export class ApolloServerBase {
|
|||
//default we enable them if supported by the integration
|
||||
} else if (uploads) {
|
||||
throw new Error(
|
||||
'This implementation of ApolloServer does not support file uploads because the environmnet cannot accept multi-part forms',
|
||||
'This implementation of ApolloServer does not support file uploads because the environment cannot accept multi-part forms',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue