fix lint
This commit is contained in:
		@@ -14,7 +14,7 @@ export const meta = {
 | 
			
		||||
	params: {
 | 
			
		||||
		limit: {
 | 
			
		||||
			validator: $.optional.num.range(1, 100),
 | 
			
		||||
			default: 10
 | 
			
		||||
			default: 10,
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		sinceId: {
 | 
			
		||||
@@ -33,15 +33,15 @@ export const meta = {
 | 
			
		||||
			id: {
 | 
			
		||||
				type: 'string' as const,
 | 
			
		||||
				optional: false as const, nullable: false as const,
 | 
			
		||||
				format: 'id'
 | 
			
		||||
				format: 'id',
 | 
			
		||||
			},
 | 
			
		||||
			page: {
 | 
			
		||||
				type: 'object' as const,
 | 
			
		||||
				optional: false as const, nullable: false as const,
 | 
			
		||||
				ref: 'GalleryPost'
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
				ref: 'GalleryPost',
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default define(meta, async (ps, user) => {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,7 +14,7 @@ export const meta = {
 | 
			
		||||
	params: {
 | 
			
		||||
		limit: {
 | 
			
		||||
			validator: $.optional.num.range(1, 100),
 | 
			
		||||
			default: 10
 | 
			
		||||
			default: 10,
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		sinceId: {
 | 
			
		||||
@@ -32,9 +32,9 @@ export const meta = {
 | 
			
		||||
		items: {
 | 
			
		||||
			type: 'object' as const,
 | 
			
		||||
			optional: false as const, nullable: false as const,
 | 
			
		||||
			ref: 'GalleryPost'
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
			ref: 'GalleryPost',
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default define(meta, async (ps, user) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user