fixup, require bluebird
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s Details

This commit is contained in:
Ladd Hoffman 2024-05-02 19:20:11 -05:00
parent 8944212c03
commit 6911c04684
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
const Promise = require('bluebird');
const { dao } = require('./contracts');
const addPostWithRetry = async (authors, hash, citations, retryDelay = 5000) => {