Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 3, 2023
1 parent 2aa93c1 commit cbc3830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/swc/tests/vercel/full/next-31419/1/output/index.js
Expand Up @@ -64,7 +64,7 @@ export var listOfUser = function(t) {
2
];
});
}), function(r, e) {
}), function(r, n) {
return e.apply(this, arguments);
}));
};
2 changes: 1 addition & 1 deletion crates/swc/tests/vercel/full/next-31419/2/output/index.js
Expand Up @@ -19,7 +19,7 @@ export const listOfUser = function(n) {
postgreSQL.query(t, null, function(n, t) {
n ? e(n) : r(t.rows);
});
}), function(r, e) {
}), function(r, n) {
return e.apply(this, arguments);
}));
};

0 comments on commit cbc3830

Please sign in to comment.