You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the collection.bru file the line const fetch = require("node-fetch"); is causing errors inside of Bruno because the module node-fetch does not exist. This line can be completely removed as Bruno defines fetch for you.
In the collection.bru file the line const fetch = require("node-fetch"); is causing errors inside of Bruno because the module node-fetch does not exist. This line can be completely removed as Bruno defines fetch for you.