update first - 84
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function ok(data, meta) {
|
||||
return meta === undefined ? { success: true, data } : { success: true, data, meta };
|
||||
}
|
||||
Reference in New Issue
Block a user