value: await userHashedId()

in src/features/chat-page/chat-services/citation-service.ts [75:85]


          value: await userHashedId(),
        },
      ],
    };

    const { resources } = await HistoryContainer()
      .items.query<ChatCitationModel>(querySpec)
      .fetchAll();

    if (resources.length === 0) {
      return {