1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Updating ID to use ro rather than re for rows.

This commit is contained in:
mike12345567 2020-10-09 19:16:33 +01:00
parent 5d49d529e3
commit 763f7b3321

View file

@ -5,7 +5,7 @@ const SEPARATOR = "_"
const DocumentTypes = {
TABLE: "ta",
ROW: "re",
ROW: "ro",
USER: "us",
AUTOMATION: "au",
LINK: "li",