mirror of
https://github.com/nasa/openmct.git
synced 2025-04-24 13:06:01 +00:00
Disable spell checker for two lines
This commit is contained in:
parent
e8a477e966
commit
17671f7747
@ -471,10 +471,10 @@ class CouchObjectProvider {
|
||||
}
|
||||
|
||||
if (startKey !== undefined && endKey !== undefined) {
|
||||
// eslint-disable-next-line
|
||||
/* spell-checker: disable */
|
||||
requestBody.startkey = startKey;
|
||||
// eslint-disable-next-line
|
||||
requestBody.endkey = endKey;
|
||||
/* spell-checker: enable */
|
||||
} else {
|
||||
requestBody.keys = stringifiedKeys;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user