mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Also make the cli for the skin-database the canonical way to tweet This opens the door for moving the state of which tweets have been approved/denied/tweeted into the MongoDB database and not S3
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
const s3 = require("../s3");
|
|
|
|
module.exports = async function() {
|
|
return s3.getSkinToReview();
|
|
};
|