Welcome to mirror list, hosted at ThFree Co, Russian Federation.

utils.js « incidents « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcb578a6ba64cc729414e27aad5d86f14f0a5ac9 (plain)
1
2
3
import { noop } from 'lodash';

export const isValidSlaDueAt = noop;