mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-18 13:01:02 +08:00
fix: 搜索main路径跑通
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.openisle.search;
|
||||
|
||||
import java.time.Instant;
|
||||
import java.util.List;
|
||||
|
||||
public record SearchDocument(
|
||||
@@ -12,5 +11,5 @@ public record SearchDocument(
|
||||
String category,
|
||||
List<String> tags,
|
||||
Long postId,
|
||||
Instant createdAt
|
||||
Long createdAt
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user