mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
style: cosmetic changes
This commit is contained in:
@@ -42,7 +42,7 @@ export default async function handler(
|
||||
price: app.price,
|
||||
viewURL: app.trackViewUrl,
|
||||
}));
|
||||
send(res, { result: apps || [] });
|
||||
send(res, { result: apps });
|
||||
} catch (err) {
|
||||
sendError(res, err);
|
||||
}
|
||||
|
Reference in New Issue
Block a user