kopia lustrzana https://github.com/c9/core
Add ci-helpers
rodzic
1388058889
commit
16cea99a2c
|
@ -0,0 +1,14 @@
|
|||
|
||||
// These users don't have backups made of their workspaces and if they are supposed to be archived they are deleted instead.
|
||||
var CI_TEMP_USERS = [
|
||||
733399, // branches
|
||||
]
|
||||
|
||||
var ciHelper = {
|
||||
isTempUser: function (userId) {
|
||||
return CI_TEMP_USERS.indexOf(userId) >= 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = ciHelper;
|
Ładowanie…
Reference in New Issue