This commit is contained in:
Hayden 2023-02-17 19:51:12 -09:00
parent 13d3c727ba
commit 82179cb397
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -9,7 +9,8 @@ import { Requests } from "../../../requests";
function itemField(id = null): ItemField {
return {
id: id ?? "",
// @ts-expect-error
id,
name: faker.lorem.word(),
type: "text",
textValue: faker.lorem.sentence(),