Spelling
This commit is contained in:
@@ -4,7 +4,7 @@ import env from "./env";
|
||||
|
||||
import "./logging/tracer"; // must come before importing any instrumented module
|
||||
|
||||
import maintance from "aws-sdk/lib/maintenance_mode_message";
|
||||
import maintenance from "aws-sdk/lib/maintenance_mode_message";
|
||||
import http from "http";
|
||||
import https from "https";
|
||||
import Koa from "koa";
|
||||
@@ -28,7 +28,7 @@ import RedisAdapter from "./storage/redis";
|
||||
import Metrics from "./logging/Metrics";
|
||||
|
||||
// Suppress the AWS maintenance message until upgrade to v3.
|
||||
maintance.suppress = true;
|
||||
maintenance.suppress = true;
|
||||
|
||||
// The number of processes to run, defaults to the number of CPU's available
|
||||
// for the web service, and 1 for collaboration during the beta period.
|
||||
|
||||
4
server/typings/index.d.ts
vendored
4
server/typings/index.d.ts
vendored
@@ -23,8 +23,8 @@ declare module "@joplin/turndown-plugin-gfm" {
|
||||
}
|
||||
|
||||
declare module "aws-sdk/lib/maintenance_mode_message" {
|
||||
const maintance: {
|
||||
const maintenance: {
|
||||
suppress: boolean;
|
||||
};
|
||||
export default maintance;
|
||||
export default maintenance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user