pull down to refresh

opti.prototype.test = async (pr) => {
  let res
  try {
    res = await SN.dev.apply(pr)
  } catch (horror) {
    res = horror
  }
  await this.gh.comment(res)
  return "🫡"
}