Skip to content

fix(InteractionsSelfRoleManager): avoid non-unique custom_ids #7

fix(InteractionsSelfRoleManager): avoid non-unique custom_ids

fix(InteractionsSelfRoleManager): avoid non-unique custom_ids #7

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn