mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 18:08:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			213 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			213 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| const { omit } = require('lodash/fp');
 | |
| const { getNonWritableAttributes } = require('@strapi/utils').contentTypes;
 | |
| 
 | |
| module.exports = model => omit(getNonWritableAttributes(strapi.getModel(model)));
 | 
