mirror of
https://github.com/stfrigerio/sqliteDB.git
synced 2026-07-22 05:38:02 +00:00
hotfix
This commit is contained in:
parent
c209aef215
commit
2e9f605cfb
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { HabitDataArgs, UpdateHabitDataArgs } from "../../HabitCounter.types";
|
||||
import { HabitDataArgs, UpdateHabitDataArgs } from "src/webcomponents/HabitCounter/HabitCounter.types";
|
||||
|
||||
const IDENTIFIER_REGEX = /^[a-zA-Z0-9_]+$/; //? Basic check for valid SQL identifiers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue