remove unnecessary things
This commit is contained in:
parent
277b8b927e
commit
9211a79b21
1 changed files with 0 additions and 1 deletions
|
|
@ -2662,7 +2662,6 @@ export async function cleanupPlausibleLogs(request: FastifyRequest<OnlyId>, repl
|
||||||
const {
|
const {
|
||||||
destinationDockerId,
|
destinationDockerId,
|
||||||
destinationDocker,
|
destinationDocker,
|
||||||
plausibleAnalytics: { postgresqlUser, postgresqlPassword, postgresqlDatabase }
|
|
||||||
} = await getServiceFromDB({ id, teamId });
|
} = await getServiceFromDB({ id, teamId });
|
||||||
if (destinationDockerId) {
|
if (destinationDockerId) {
|
||||||
await executeDockerCmd({
|
await executeDockerCmd({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue