style: add await to all writeSSE calls
This commit is contained in:
@@ -142,7 +142,6 @@ function getAniwatchId(
|
||||
data: AniwatchSearchResponse;
|
||||
};
|
||||
const currentValue = await current;
|
||||
console.log(currentValue);
|
||||
return {
|
||||
success: currentValue.success || json.success,
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user