Skip to content

Commit df211e3

Browse files
author
Srihari Thalla
committed
perf(load-testing): remove async from default export
1 parent 73dcc64 commit df211e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/load-tests/load-bootup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const options = getOptions;
55

66
const records = await getRecords();
77

8-
export default async () => {
8+
export default () => {
99
records.forEach((record) => {
1010
if (!record) {
1111
return;

0 commit comments

Comments
 (0)