f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
function humanId() {
|
|
return 'mock-human-id';
|
|
}
|
|
|
|
module.exports = humanId;
|
|
module.exports.default = humanId;
|
|
module.exports.humanId = humanId;
|