feature(worker+api): improve buffer
This commit is contained in:
@@ -222,7 +222,7 @@ export async function upsertProfile({
|
||||
projectId,
|
||||
isExternal,
|
||||
}: IServiceUpsertProfile) {
|
||||
return profileBuffer.insert({
|
||||
return profileBuffer.add({
|
||||
id,
|
||||
first_name: firstName!,
|
||||
last_name: lastName!,
|
||||
|
||||
Reference in New Issue
Block a user