fix:修复前端bug (#83)
Co-authored-by: jackfiled <xcrenchangjun@outlook.com> Reviewed-on: PostGuard/Canon#83 Co-authored-by: ichirinko <1621543655@qq.com> Co-committed-by: ichirinko <1621543655@qq.com>
This commit is contained in:
@@ -7,8 +7,7 @@ public class CompileResult
|
||||
{
|
||||
public ObjectId Id { get; set; }
|
||||
|
||||
[MaxLength(40)]
|
||||
public string CompileId { get; set; } = string.Empty;
|
||||
public bool Error { get; set; }
|
||||
|
||||
public string SourceCode { get; set; } = string.Empty;
|
||||
|
||||
|
Reference in New Issue
Block a user