mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
chore: next version upgrade (#4291)
This commit is contained in:
@@ -70,7 +70,7 @@ export const createResponseNote = async (
|
||||
};
|
||||
|
||||
export const getResponseNote = reactCache(
|
||||
(responseNoteId: string): Promise<(TResponseNote & { responseId: string }) | null> =>
|
||||
async (responseNoteId: string): Promise<(TResponseNote & { responseId: string }) | null> =>
|
||||
cache(
|
||||
async () => {
|
||||
try {
|
||||
@@ -101,7 +101,7 @@ export const getResponseNote = reactCache(
|
||||
);
|
||||
|
||||
export const getResponseNotes = reactCache(
|
||||
(responseId: string): Promise<TResponseNote[]> =>
|
||||
async (responseId: string): Promise<TResponseNote[]> =>
|
||||
cache(
|
||||
async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user