Skip to content

Commit a8f20f3

Browse files
committed
fix linting
1 parent 762026a commit a8f20f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/docs/05 Examples/01 Examples/10 api-crud-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { describe, expect } from 'https://jslib.k6.io/k6chaijs/4.3.4.3/index.js'
3030
import { Httpx } from 'https://jslib.k6.io/httpx/0.1.0/index.js';
3131
import { randomIntBetween, randomItem } from "https://jslib.k6.io/k6-utils/1.2.0/index.js";
3232

33-
export let options = {
33+
export const options = {
3434
thresholds: {
3535
checks: [{
3636
threshold: 'rate == 1.00', abortOnFail: true,

0 commit comments

Comments
 (0)