Skip to content

Commit 33cfe9e

Browse files
committed
missing version
1 parent 3dc8854 commit 33cfe9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugins/transform/public/app/services/es_index_service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import { addInternalBasePath } from '../../../common/constants';
1212
export class IndexService {
1313
async canDeleteIndex(http: HttpSetup) {
1414
const privilege = await http.get<{ hasAllPrivileges: boolean }>(
15-
addInternalBasePath(`privileges`)
15+
addInternalBasePath(`privileges`),
16+
{ version: '1' }
1617
);
1718
if (!privilege) {
1819
return false;

0 commit comments

Comments
 (0)