wip
This commit is contained in:
@@ -41,7 +41,6 @@ export default function App() {
|
|||||||
op.setGroups(u.groupIds);
|
op.setGroups(u.groupIds);
|
||||||
for (const id of u.groupIds) {
|
for (const id of u.groupIds) {
|
||||||
const meta = PRESET_GROUPS.find((g) => g.id === id);
|
const meta = PRESET_GROUPS.find((g) => g.id === id);
|
||||||
console.log('meta', meta);
|
|
||||||
if (meta) {
|
if (meta) {
|
||||||
op.setGroup(id, meta);
|
op.setGroup(id, meta);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/** biome-ignore-all lint/style/useDefaultSwitchClause: <explanation> */
|
/** biome-ignore-all lint/style/useDefaultSwitchClause: switch cases are exhaustive by design */
|
||||||
import { DateTime, stripLeadingAndTrailingSlashes } from '@openpanel/common';
|
import { DateTime, stripLeadingAndTrailingSlashes } from '@openpanel/common';
|
||||||
import type {
|
import type {
|
||||||
IChartEventFilter,
|
IChartEventFilter,
|
||||||
|
|||||||
@@ -670,8 +670,6 @@ export async function getEventList(options: GetEventListOptions) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('getSql', getSql());
|
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user