Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
fc626992
Commit
fc626992
authored
Aug 25, 2021
by
Yunhua Koglin
Browse files
fix lint
parent
b2886d63
Changes
1
Show whitespace changes
Inline
Side-by-side
src/services/tenant/handler.ts
View file @
fc626992
...
...
@@ -141,7 +141,6 @@ export class TenantHandler {
public
static
async
getTenantSDPath
(
req
:
expRequest
):
Promise
<
string
>
{
const
datapartition
=
TenantParser
.
dataPartition
(
req
);
try
{
const
tenants
=
await
TenantDAO
.
getAll
();
if
(
datapartition
===
'
slb
'
)
return
(
Config
.
SDPATHPREFIX
+
datapartition
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment