IC
This commit is contained in:
parent
6455f4be87
commit
3b54590bde
@ -27,4 +27,3 @@ $purgeService = new PurgeService($connect, $logService);
|
||||
|
||||
$purgeService->cleanDemoPoll();
|
||||
|
||||
|
||||
|
@ -48,7 +48,6 @@ class PurgeService {
|
||||
}
|
||||
|
||||
public function cleanDemoPoll() {
|
||||
|
||||
if ( !defined("DEMO_POLL_ID")
|
||||
|| !defined("DEMO_POLL_NUMBER_VOTES")
|
||||
) {
|
||||
@ -65,7 +64,6 @@ class PurgeService {
|
||||
}
|
||||
|
||||
$this->voteRepository->commit();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user